Commit a1fd31d
authored
fix wrong usage of assertNotNull (#269)
Signature of assertNoNull() is taking "actual" as first parameter:
public static void assertNotNull(Object actual, String message) {
AssertNotNull.assertNotNull(actual, message);
}
Signed-off-by: Davide Angelocola <davide.angelocola@gmail.com>1 parent 1e01f7e commit a1fd31d
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments