Skip to content

Commit 2ef20cf

Browse files
committed
Issue #66 - Add documentation
1 parent fce0627 commit 2ef20cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ch/powerunit/extensions/exceptions/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
* <pre>
7171
* public class MyExceptionMapper implements ExceptionMapper {
7272
* public RuntimeException apply(Exception e) {
73-
* //TODO
73+
* //Add the code
7474
* }
7575
* public Class&gt;? extends Exception&lt; targetException() {
76-
* return //TODO;
76+
* return //Add the code;
7777
* }
7878
* // Optional, to define the order between the ExceptionMapper
7979
* public int order() {

0 commit comments

Comments
 (0)