Skip to content

Commit af841cf

Browse files
author
Alexander Furer
committed
javadoc fixes
1 parent 19fc751 commit af841cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/recovery/GRpcExceptionHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
/**
1010
* Marks the annotated method eligible for handling the specific exception type.
1111
* The signature of the method HAS to be as follows:
12-
* <br>
12+
* <br/>
1313
* {@code Status handlerName(Exception type,GRpcExceptionScope scope)}
14-
* </br>, example:
15-
* </br>
14+
* <br/>, example:
15+
* <br/>
1616
* <pre>
1717
* {@code public io.grpc.Status handlerName(MyCustomException ex,GRpcExceptionScope scope){
1818
* ...

0 commit comments

Comments
 (0)