mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 23:34:15 +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
|
* 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user