TestLoggingActivator: Add a private default constructor
Change-Id: I7778f8181c4e4cb426b23a36174422e5037b860a
This commit is contained in:
@@ -99,4 +99,6 @@ public class TestLoggingActivator {
|
||||
|
||||
LOG_LEVELS.entrySet().stream().forEach(e -> getLogger(e.getKey()).setLevel(e.getValue()));
|
||||
}
|
||||
|
||||
private TestLoggingActivator() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user