Fix patch file
This commit is contained in:
parent
ab34148b38
commit
d9820b39e6
@ -15,7 +15,7 @@ index dd438a5..6b714be 100644
|
|||||||
if (inherit) {
|
if (inherit) {
|
||||||
Properties projectProperties = new UTF8Properties();
|
Properties projectProperties = new UTF8Properties();
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
- Hashtable<Object,Object> antProps = getProject().getProperties();
|
- Hashtable<Object, Object> antProps = getProject().getProperties();
|
||||||
+ Hashtable<String,Object> antProps = getProject().getProperties();
|
+ Hashtable<String,Object> antProps = getProject().getProperties();
|
||||||
projectProperties.putAll(antProps);
|
projectProperties.putAll(antProps);
|
||||||
projectProperties.putAll(builder.getProperties());
|
projectProperties.putAll(builder.getProperties());
|
||||||
|
Loading…
Reference in New Issue
Block a user