Skip to content

Commit 6f20aec

Browse files
author
Psilo
committed
repair some more javadoc
1 parent 2f874e6 commit 6f20aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/main/java/info/unterrainer/commons/httpserver/extensions/delegates/PostDeleteSync.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public interface PostDeleteSync<E> {
66

77
/**
8-
* Allows you to execute code after the deletion of an item.<br/>
8+
* Allows you to execute code after the deletion of an item.<br>
99
* You may change the ID with the return-value.
1010
* <p>
1111
* Returning {@code false} will abort. So be sure to return something

Diff for: src/main/java/info/unterrainer/commons/httpserver/extensions/delegates/PreDeleteSync.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public interface PreDeleteSync<E> {
66

77
/**
8-
* Allows you to execute code before deletion of an item.<br>
8+
* Allows you to execute code before the deletion of an item.<br>
99
* You may change the ID with the return-value.
1010
* <p>
1111
* Returning {@code null} will abort. So be sure to return something (status...)

0 commit comments

Comments
 (0)