eventually we want to forbid StringBuffer usage

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2017-10-31 11:10:08 +00:00
parent 34006a542e
commit 925a296cc3

View File

@ -112,3 +112,7 @@ java.util.concurrent.Future#cancel(boolean)
@defaultMessage Unnecessary, inefficient, and confusing conversion of String.toString
java.lang.String#toString()
#@defaultMessage Deprecated Java APIs
#java.lang.StringBuffer
#java.util.Hashtable