fix javadoc errors that prevent compilation in Eclipse

This commit is contained in:
John Aylward
2021-07-22 22:54:46 -04:00
parent 449ec8745e
commit 4e0faebe62
5 changed files with 14 additions and 17 deletions

View File

@@ -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
*/