[JAVA-6005] Reduce logging (#11247)

This commit is contained in:
Haroon Khan
2021-09-26 04:28:09 +01:00
committed by GitHub
parent c1fe739e37
commit 00026a8d5b
13 changed files with 102 additions and 26 deletions
@@ -1,10 +1,10 @@
package com.baeldung.algorithms.prim;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
public class PrimUnitTest {
@Test