Polishing

This commit is contained in:
Juergen Hoeller
2014-09-10 01:28:54 +02:00
parent 5790fc904a
commit 1e7bfd91a7
5 changed files with 5 additions and 11 deletions

View File

@@ -194,7 +194,6 @@ public class SocketUtils {
private static enum SocketType {
TCP {
@Override
protected boolean isPortAvailable(int port) {
try {
@@ -209,7 +208,6 @@ public class SocketUtils {
},
UDP {
@Override
protected boolean isPortAvailable(int port) {
try {