From b7b0a0c21579b38b8f1aa553eda35564cb01e3d2 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 17 Aug 2020 20:25:08 +0000 Subject: 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 --- src/resources/devtools/forbidden-signatures-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/devtools') 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 -- cgit v1.2.3