fixed generics warning

This commit is contained in:
Jeremy Long
2016-10-16 07:33:09 -04:00
parent 6e280c4958
commit f76d7295f9

View File

@@ -348,7 +348,7 @@ public class Model {
* Utility class that can provide values from a Properties object to a * Utility class that can provide values from a Properties object to a
* StrSubstitutor. * StrSubstitutor.
*/ */
private static class PropertyLookup extends StrLookup { private static class PropertyLookup extends StrLookup<String> {
/** /**
* Reference to the properties to lookup. * Reference to the properties to lookup.