See gh-36620
This commit is contained in:
Johnny Lim
2023-07-28 13:32:28 +09:00
committed by Andy Wilkinson
parent 3f2c583bd7
commit 5a205dbfd1
8 changed files with 24 additions and 24 deletions

View File

@@ -151,7 +151,7 @@ public class LoggersEndpoint {
*/
public static class GroupLoggerLevels extends LoggerLevels {
private List<String> members;
private final List<String> members;
public GroupLoggerLevels(LogLevel configuredLevel, List<String> members) {
super(configuredLevel);
@@ -165,7 +165,7 @@ public class LoggersEndpoint {
}
/**
* Levels configured for single logger group exposed in a JSON friendly way.
* Levels configured for single logger exposed in a JSON friendly way.
*/
public static class SingleLoggerLevels extends LoggerLevels {