GitHub user mvitz opened a pull request:
https://github.com/apache/commons-lang/pull/303
doc: remove escape SQL references from javadoc
commons-lang 2.x contained some stuff to escape SQL which were removed with
3.0. However some small chunk of documentation was forgotten.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mvitz/commons-lang remove-sql-escape-doc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/303.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #303
----
commit 93812bb59a3b82a853f4fc8291ed5aea84ff74f4
Author: Michael Vitz <[email protected]>
Date: 2017-10-26T15:21:13Z
doc: remove escape SQL references from javadoc
----
---