mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
fixed generics warning
This commit is contained in:
@@ -348,7 +348,7 @@ public class Model {
|
||||
* Utility class that can provide values from a Properties object to a
|
||||
* StrSubstitutor.
|
||||
*/
|
||||
private static class PropertyLookup extends StrLookup {
|
||||
private static class PropertyLookup extends StrLookup<String> {
|
||||
|
||||
/**
|
||||
* Reference to the properties to lookup.
|
||||
|
||||
Reference in New Issue
Block a user