mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-09 20:14:28 +08:00
fix javadoc errors that prevent compilation in Eclipse
This commit is contained in:
@@ -120,7 +120,7 @@ public class JSONPointerTest {
|
||||
/**
|
||||
* We pass backslashes as-is
|
||||
*
|
||||
* @see https://tools.ietf.org/html/rfc6901#section-3
|
||||
* @see <a href="https://tools.ietf.org/html/rfc6901#section-3">rfc6901 section 3</a>
|
||||
*/
|
||||
@Test
|
||||
public void backslashHandling() {
|
||||
@@ -130,7 +130,7 @@ public class JSONPointerTest {
|
||||
/**
|
||||
* We pass quotations as-is
|
||||
*
|
||||
* @see https://tools.ietf.org/html/rfc6901#section-3
|
||||
* @see <a href="https://tools.ietf.org/html/rfc6901#section-3">rfc6901 section 3</a>
|
||||
*/
|
||||
@Test
|
||||
public void quotationHandling() {
|
||||
|
@@ -8,7 +8,7 @@ import java.io.IOException;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
|
||||
/**
|
||||
* Object for testing the exception handling in {@link JSONObject#populateMap}.
|
||||
* Object for testing the exception handling in {@link org.json.JSONObject#populateMap}.
|
||||
*
|
||||
* @author John Aylward
|
||||
*/
|
||||
|
Reference in New Issue
Block a user