diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-08-17 20:25:08 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-08-17 20:25:08 +0000 |
commit | b7b0a0c21579b38b8f1aa553eda35564cb01e3d2 (patch) | |
tree | 8f6d7afee458bdd761965d49f4a8ccb218022361 /src/resources/devtools | |
parent | f8040e5f8c0e74b064db13c93ec9c5025542848c (diff) | |
download | poi-b7b0a0c21579b38b8f1aa553eda35564cb01e3d2.tar.gz poi-b7b0a0c21579b38b8f1aa553eda35564cb01e3d2.zip |
Activate Forbidden-Apis-Check also for other tests
Max supported Java version is currently Java 14
Fix the check failures
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources/devtools')
-rw-r--r-- | src/resources/devtools/forbidden-signatures-prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/devtools/forbidden-signatures-prod.txt b/src/resources/devtools/forbidden-signatures-prod.txt index 59dcf47890..fa1a846088 100644 --- a/src/resources/devtools/forbidden-signatures-prod.txt +++ b/src/resources/devtools/forbidden-signatures-prod.txt @@ -17,7 +17,7 @@ # This file contains API signatures which are specific to POI. # The goal is to minimize implicit defaults -@defaultMessage POI forbidden APIs which are tolerated in non-production code, e.g. in tests and examples +@defaultMessage POI forbidden APIs which are not tolerated in production code # We have applications which use this to return error codes on invalid commandline parameters... #@defaultMessage Please do not terminate the application |