Fix patch file

This commit is contained in:
Marian Koncek 2019-07-24 15:45:39 +02:00
parent ab34148b38
commit d9820b39e6

View File

@ -15,7 +15,7 @@ index dd438a5..6b714be 100644
if (inherit) {
Properties projectProperties = new UTF8Properties();
@SuppressWarnings("unchecked")
- Hashtable<Object,Object> antProps = getProject().getProperties();
- Hashtable<Object, Object> antProps = getProject().getProperties();
+ Hashtable<String,Object> antProps = getProject().getProperties();
projectProperties.putAll(antProps);
projectProperties.putAll(builder.getProperties());