Skip to content

Commit c7b0015

Browse files
committed
URL PATH of Actions - Controller Methods Refactoring
1 parent 3fdbae2 commit c7b0015

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/woehlke/simpleworklist/common/ComparableById.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package org.woehlke.simpleworklist.common;
22

3-
import org.woehlke.simpleworklist.common.AuditModel;
4-
53
public interface ComparableById<T extends AuditModel> {
64
boolean equalsById(T otherObject);
75
boolean equalsByUniqueConstraint(T otherObject);

0 commit comments

Comments
 (0)