Removing extraneous comment block that was replaced by method Javadoc

This commit is contained in:
Aldrin Piri 2015-02-17 18:42:05 -05:00
parent 5f647aa465
commit c88b427e82
1 changed files with 0 additions and 5 deletions

View File

@ -89,11 +89,6 @@ public class JsonUtils {
return contextHolder.get();
}
/*
* JSONValue#isValidJson is permissive to the degree of the Smart JSON definition.
* Accordingly, a strict JSON approach is preferred in determining whether or not a document is valid.
*/
/**
* JSONValue#isValidJson is permissive to the degree of the Smart JSON definition, accordingly a strict JSON approach
* is preferred in determining whether or not a document is valid.