Skip to content

Commit b4115fd

Browse files
committed
Comment out test code
1 parent 19e6b25 commit b4115fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/filesys/smb/server/nio/NIOSMBConnectionsHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public void run() {
185185
catch ( ConcurrentModificationException ex) {
186186

187187
// TEST
188+
/*
188189
long exTime = System.currentTimeMillis();
189190
190191
Debug.println("Concurrent modification exception in idle session reaper:");
@@ -203,6 +204,7 @@ public void run() {
203204
Debug.println(" Thread " + th.getName() + ", sts=" + (th.isAlive() ? "Alive" : "NotAlive"));
204205
Debug.println(" Stacktrace: " + (strace.length > 0 ? strace[0].toString() : "None"));
205206
}
207+
*/
206208
}
207209
}
208210
}

0 commit comments

Comments
 (0)