1
0
Fork 0
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:
Bence Erős 2016-04-27 00:10:45 +02:00
parent 5223aadd67
commit bff352791c

View file

@ -3,9 +3,6 @@ package org.json;
/**
* The JSONPointerException is thrown by {@link JSONPointer} if an error occurs
* during evaluating a pointer.
*
* @author erosb
*
*/
public class JSONPointerException extends JSONException {
private static final long serialVersionUID = 8872944667561856751L;