We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IExceptionHandler
do not use interface naming style prefixed with I
I
esa-restlight/restlight-core/src/main/java/io/esastack/restlight/server/bootstrap/IExceptionHandler.java
Line 39 in 4f2cb40
and it is difficult to distinguish with the interface below
esa-restlight/restlight-core/src/main/java/io/esastack/restlight/server/route/ExceptionHandler.java
Line 23 in 4f2cb40
Restlight version: 1.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
LCDZhao-Z
No branches or pull requests
Expected behavior
do not use interface naming style prefixed with
I
Actual behavior
esa-restlight/restlight-core/src/main/java/io/esastack/restlight/server/bootstrap/IExceptionHandler.java
Line 39 in 4f2cb40
and it is difficult to distinguish with the interface below
esa-restlight/restlight-core/src/main/java/io/esastack/restlight/server/route/ExceptionHandler.java
Line 23 in 4f2cb40
Steps to reproduce
Env
Restlight version: 1.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: