mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
removed @author tag from JSONPointerException
This commit is contained in:
parent
5223aadd67
commit
bff352791c
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ package org.json;
|
||||||
/**
|
/**
|
||||||
* The JSONPointerException is thrown by {@link JSONPointer} if an error occurs
|
* The JSONPointerException is thrown by {@link JSONPointer} if an error occurs
|
||||||
* during evaluating a pointer.
|
* during evaluating a pointer.
|
||||||
*
|
|
||||||
* @author erosb
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public class JSONPointerException extends JSONException {
|
public class JSONPointerException extends JSONException {
|
||||||
private static final long serialVersionUID = 8872944667561856751L;
|
private static final long serialVersionUID = 8872944667561856751L;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue