We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fe5cb commit 966a15cCopy full SHA for 966a15c
1 file changed
src/test/java/org/apache/commons/net/ntp/TestTimeInfo.java
@@ -87,7 +87,7 @@ void testEquals() {
87
assertEquals(info, other); // fails
88
assertEquals(info.hashCode(), other.hashCode());
89
other.addComment("another comment");
90
- // Assertions.assertFalse(info.equals(other)); // comments not used for equality
+ // assertFalse(info.equals(other)); // comments not used for equality
91
92
final TimeInfo another = new TimeInfo(packet, returnTime, new ArrayList<>());
93
assertEquals(info, another);
0 commit comments