Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38ed97f

Browse files
committed
add small comment
1 parent 37032ed commit 38ed97f

File tree

1 file changed

+2
-0
lines changed

1 file changed

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

3+
// TODO use BiPredicate, remove this.
4+
@Deprecated
35
public interface EqualityTester<T> {
46
boolean areEqual(T o1, T o2);
57
}

0 commit comments

Comments
 (0)