JAVA-30302 Review log statements for projects - Week 52 - 2023 (conti-2) (#15623)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public class PortScanner {
|
||||
openPorts.add(currentPort);
|
||||
System.out.println(ip + " ,port open: " + currentPort);
|
||||
} catch (IOException e) {
|
||||
System.err.println(e);
|
||||
// System.err.println(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user