[bnd] 10/32: implement-missing-methods.patch: Fix one more impl

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Sat Mar 10 07:27:32 GMT 2018


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository bnd.

commit e8a3175ae98801ce304d01eeb0724aab765874b1
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date:   Sat Mar 3 13:25:08 2018 +0800

    implement-missing-methods.patch: Fix one more impl
---
 debian/patches/implement-missing-methods.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/implement-missing-methods.patch b/debian/patches/implement-missing-methods.patch
index ca3b7f0..177cb8d 100644
--- a/debian/patches/implement-missing-methods.patch
+++ b/debian/patches/implement-missing-methods.patch
@@ -97,3 +97,14 @@ Forwarded: no
 +		return null;
 +	}
  }
+--- a/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
++++ b/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
+@@ -220,7 +220,7 @@
+ 				if (inherit) {
+ 					Properties projectProperties = new UTF8Properties();
+ 					@SuppressWarnings("unchecked")
+-					Hashtable<Object,Object> antProps = getProject().getProperties();
++					Hashtable<String,Object> antProps = getProject().getProperties();
+ 					projectProperties.putAll(antProps);
+ 					projectProperties.putAll(builder.getProperties());
+ 					builder.setProperties(projectProperties);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git



More information about the pkg-java-commits mailing list