File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/info/unterrainer/commons/httpserver/extensions/delegates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
public interface PostDeleteSync <E > {
6
6
7
7
/**
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>
9
9
* You may change the ID with the return-value.
10
10
* <p>
11
11
* Returning {@code false} will abort. So be sure to return something
Original file line number Diff line number Diff line change 5
5
public interface PreDeleteSync <E > {
6
6
7
7
/**
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>
9
9
* You may change the ID with the return-value.
10
10
* <p>
11
11
* Returning {@code null} will abort. So be sure to return something (status...)
You can’t perform that action at this time.
0 commit comments