Skip to content

Commit 6bd3c90

Browse files
author
Nurgul Amat
committed
Added a comment for 'System.setProperty()'
1 parent c7e4f2f commit 6bd3c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/pl/damianszczepanik/jenkins/buildhistorymanager/model/actions/DeleteArtifactsMatchingPatternsActionTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public class DeleteArtifactsMatchingPatternsActionTest {
3434

3535
@BeforeClass
3636
public static void beforeClass() {
37+
// Set system property to configuring Java Util Logging with "logging.properties" file.
38+
// Ensures the logging framework reads and applies specific settings.
3739
System.setProperty("java.util.logging.config.file",
3840
ClassLoader.getSystemResource("logging.properties").getPath());
3941
}

0 commit comments

Comments
 (0)