We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f874e6 commit 6f20aecCopy full SHA for 6f20aec
src/main/java/info/unterrainer/commons/httpserver/extensions/delegates/PostDeleteSync.java
@@ -5,7 +5,7 @@
5
public interface PostDeleteSync<E> {
6
7
/**
8
- * Allows you to execute code after the deletion of an item.<br/>
+ * Allows you to execute code after the deletion of an item.<br>
9
* You may change the ID with the return-value.
10
* <p>
11
* Returning {@code false} will abort. So be sure to return something
src/main/java/info/unterrainer/commons/httpserver/extensions/delegates/PreDeleteSync.java
public interface PreDeleteSync<E> {
- * Allows you to execute code before deletion of an item.<br>
+ * Allows you to execute code before the deletion of an item.<br>
* Returning {@code null} will abort. So be sure to return something (status...)
0 commit comments