Skip to content

Commit ce1e190

Browse files
committed
Fix typo in isNotNull error message
1 parent 2d394ca commit ce1e190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/test/java/org/bouncycastle/bcpg/test/AbstractPacketTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void isNull(String message, Object value)
118118
*/
119119
public void isNotNull(Object value)
120120
{
121-
isNotNull("Value is not null.", value);
121+
isNotNull("Value is null.", value);
122122
}
123123

124124
/**

0 commit comments

Comments
 (0)