We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fc751 commit af841cfCopy full SHA for af841cf
grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/recovery/GRpcExceptionHandler.java
@@ -9,10 +9,10 @@
9
/**
10
* Marks the annotated method eligible for handling the specific exception type.
11
* The signature of the method HAS to be as follows:
12
- * <br>
+ * <br/>
13
* {@code Status handlerName(Exception type,GRpcExceptionScope scope)}
14
- * </br>, example:
15
- * </br>
+ * <br/>, example:
16
* <pre>
17
* {@code public io.grpc.Status handlerName(MyCustomException ex,GRpcExceptionScope scope){
18
* ...
0 commit comments