Author: tv
Date: Wed Sep 7 14:18:45 2016
New Revision: 1759618
URL: http://svn.apache.org/viewvc?rev=1759618&view=rev
Log:
Generify
Modified:
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/configuration/JarConfigurationProviderTest.java
Modified:
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/configuration/JarConfigurationProviderTest.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/configuration/JarConfigurationProviderTest.java?rev=1759618&r1=1759617&r2=1759618&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/configuration/JarConfigurationProviderTest.java
(original)
+++
db/torque/torque4/trunk/torque-generator/src/test/java/org/apache/torque/generator/configuration/JarConfigurationProviderTest.java
Wed Sep 7 14:18:45 2016
@@ -89,7 +89,7 @@ public class JarConfigurationProviderTes
expected.add("velocityVariableDefinition.xml");
assertEquals(
expected,
- new HashSet(
+ new HashSet<String>(
jarConfigurationProvider.getOutletConfigurationNames()));
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]