diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2015-12-13 09:51:22 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2015-12-13 09:51:22 +0000 |
commit | b1841058358ad240717d347c393167b45f4e4161 (patch) | |
tree | 8c1f7c0bb2560f381bd1fdede7933af8b50c32be /src/resources | |
parent | f1277c322dc1791dfafa6569210e2e9f0ba88b4a (diff) | |
download | poi-b1841058358ad240717d347c393167b45f4e4161.tar.gz poi-b1841058358ad240717d347c393167b45f4e4161.zip |
fix forbidden apis issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1719778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/devtools/forbidden-signatures.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/devtools/forbidden-signatures.txt b/src/resources/devtools/forbidden-signatures.txt index 481c9b83f9..dabcb7691c 100644 --- a/src/resources/devtools/forbidden-signatures.txt +++ b/src/resources/devtools/forbidden-signatures.txt @@ -30,8 +30,8 @@ java.util.Date#toString() @ Do not use methods that depend on the current Local, java.lang.reflect.AccessibleObject#setAccessible(java.lang.reflect.AccessibleObject[], boolean) @ Reflection usage fails with SecurityManagers and likely will not work any more in Java 9
java.lang.reflect.AccessibleObject#setAccessible(boolean) @ Reflection usage fails with SecurityManagers and likely will not work any more in Java 9
-java.text.DecimalFormatSymbols#DecimalFormatSymbols() @ use DecimalFormatSymbols.getInstance()
-java.text.DecimalFormatSymbols#DecimalFormatSymbols(Locale) @ use DecimalFormatSymbols.getInstance()
+java.text.DecimalFormatSymbols#<init>() @ use DecimalFormatSymbols.getInstance()
+java.text.DecimalFormatSymbols#<init>(java.util.Locale) @ use DecimalFormatSymbols.getInstance()
# the following are taken from the Elasticsearch source at https://github.com/elastic/elasticsearch/tree/master/buildSrc/src/main/resources/forbidden
|