mirror of https://github.com/apache/nifi.git
Removing extraneous comment block that was replaced by method Javadoc
This commit is contained in:
parent
5f647aa465
commit
c88b427e82
|
@ -89,11 +89,6 @@ public class JsonUtils {
|
||||||
return contextHolder.get();
|
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
|
* 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.
|
* is preferred in determining whether or not a document is valid.
|
||||||
|
|
Loading…
Reference in New Issue