This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch master in repository yydebug.
commit 6c552ae2b645f4581e538ce69504daf4acf8d6ee Author: Hideki Yamane <[email protected]> Date: Sun Oct 15 09:56:17 2017 +0900 add -Xlint:unchecked --- .../patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch b/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch index fa3229e..37ef1ae 100644 --- a/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch +++ b/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch @@ -17,7 +17,7 @@ Last-Update: 2017-10-15 JAR = jar -JAVAC = javac -classpath ../.. -+JAVAC = javac -classpath ../.. -source 1.8 -target 1.8 ++JAVAC = javac -classpath ../.. -source 1.8 -target 1.8 -Xlint:unchecked d = jay/yydebug go = yyDebug.class yyDebugAdapter.class yyAnim.class \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/yydebug.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

