This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jmock.
commit 36dbbcd5e7eff98af855303e1cb859cdd1a52203 Author: Ludovic Claude <[email protected]> Date: Tue Jul 14 02:15:55 2009 +0000 * Update patch --- debian/patches/code.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/code.patch b/debian/patches/code.patch index c402eae..bfd7bdc 100644 --- a/debian/patches/code.patch +++ b/debian/patches/code.patch @@ -7,8 +7,8 @@ - - writer.visit(Constants.ACC_PUBLIC | Constants.ACC_INTERFACE, + -+ int flags = Constants.ACC_PUBLIC | Constants.ACC_INTERFACE; -+ writer.visit(flags, ++ // update for asm 1.5 ++ writer.visit(Constants.ACC_PUBLIC, Constants.ACC_INTERFACE nameToClassFormat(interfaceName), "java/lang/Object", - null, /* interfaces */ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

