This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libhibernate-validator-java.
commit 4dd76fc4c8fc435b2da3fdce1eef5edfce15a265 Author: Markus Koschany <[email protected]> Date: Tue Sep 19 07:24:10 2017 +0200 Add a missing curly bracket. --- debian/patches/jboss-logging-tools.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/jboss-logging-tools.patch b/debian/patches/jboss-logging-tools.patch index 26f7e3f..1f76a57 100644 --- a/debian/patches/jboss-logging-tools.patch +++ b/debian/patches/jboss-logging-tools.patch @@ -938,7 +938,7 @@ index 0000000..a8ea5cd + } + + @Override -+ public final void debugf(Throwable t, String format, long arg1, Object param1, Object param2) ++ public final void debugf(Throwable t, String format, long arg1, Object param1, Object param2) { + log.logf(FQCN, Logger.Level.DEBUG, t, format, arg1, param2, param3); + } + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhibernate-validator-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

