From bc69c1c0f8e66b53dfa9fd3d9b6d2cc38b07bf3a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 2 May 2016 22:12:21 +0200 Subject: [PATCH] -Xlint:unchecked -Xlint:deprecation back in place ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/nbproject/project.properties b/nbproject/project.properties index eb3efef..8786f53 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -71,6 +71,7 @@ javac.classpath=\ ${reference.addressbook-lib.jar}:\ ${reference.addressbook-mailer.jar}:\ ${file.reference.cdi-api.jar} +javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.debug=true javac.deprecation=true javac.processorpath=\ -- 2.39.5