Skip to content

Commit 5336b3d

Browse files
author
Tamas Balog
committed
Fix method reference in javadoc
1 parent 3c2da7a commit 5336b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/skyscreamer/jsonassert/JSONAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static void assertEquals(String expectedStr, JSONObject actual, boolean s
5656
* Asserts that the JSONObject provided does not match the expected string. If it is it throws an
5757
* {@link AssertionError}.
5858
*
59-
* @see #assertEquals(String JSONObject, boolean)
59+
* @see #assertEquals(String, JSONObject, boolean)
6060
*
6161
* @param expectedStr Expected JSON string
6262
* @param actual JSONObject to compare

0 commit comments

Comments
 (0)