【fix sonar】JeroBootExceptionHandler文件
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public class JeroBootExceptionHandler {
|
||||
* @return
|
||||
*/
|
||||
@ExceptionHandler(HttpRequestMethodNotSupportedException.class)
|
||||
public Result HttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException e){
|
||||
public Result httpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException e){
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("不支持");
|
||||
sb.append(e.getMethod());
|
||||
|
||||
Reference in New Issue
Block a user