mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Polishing
This commit is contained in:
@@ -49,7 +49,6 @@ public final class RuntimeHintsAgent {
|
||||
private static boolean loaded = false;
|
||||
|
||||
private RuntimeHintsAgent() {
|
||||
|
||||
}
|
||||
|
||||
public static void premain(@Nullable String agentArgs, Instrumentation inst) {
|
||||
@@ -68,6 +67,7 @@ public final class RuntimeHintsAgent {
|
||||
return loaded;
|
||||
}
|
||||
|
||||
|
||||
private static final class ParsedArguments {
|
||||
|
||||
List<String> instrumentedPackages;
|
||||
@@ -108,6 +108,6 @@ public final class RuntimeHintsAgent {
|
||||
}
|
||||
return new ParsedArguments(included, excluded);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user