Support for changed requestmappings actuator format in Boot 2.0
This commit is contained in:
@@ -151,7 +151,7 @@ public class JLRMethodParser {
|
||||
|
||||
}
|
||||
|
||||
private static final Set<String> MODIFIERS = Collections.unmodifiableSet(new HashSet<String>(Arrays.asList(
|
||||
public static final Set<String> MODIFIERS = Collections.unmodifiableSet(new HashSet<String>(Arrays.asList(
|
||||
"public", "protected", "private", "abstract",
|
||||
"static", "final", "synchronized", "native", "strictfp"
|
||||
)));
|
||||
|
||||
Reference in New Issue
Block a user