From f544311d4e8f13cafa297f65cf819040338174b7 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 3332822..4d4ca38 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -73,6 +73,7 @@ javac.classpath=\ ${reference.jjobs-lib.jar}:\ ${reference.jjobs-mailer.jar}:\ ${file.reference.cdi-api.jar} +javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.debug=true javac.deprecation=true javac.processorpath=\ -- 2.39.5