[jmock] 16/48: * Update patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 4 09:56:33 UTC 2017
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 <ludovic.claude at laposte.net>
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
More information about the pkg-java-commits
mailing list