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 55public 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
Original file line number Diff line number Diff line change 55public 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...)
You can’t perform that action at this time.
0 commit comments