[libhibernate-validator-java] 04/09: Add a missing curly bracket.

Markus Koschany apo at moszumanska.debian.org
Tue Sep 19 07:25:31 UTC 2017


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 <apo at debian.org>
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



More information about the pkg-java-commits mailing list