Skip to content
Snippets Groups Projects
Commit 2d4345cf authored by terry-norbraten's avatar terry-norbraten
Browse files

javadoc

parent 40184ed5
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,10 @@ import java.util.logging.Level; ...@@ -18,13 +18,10 @@ import java.util.logging.Level;
import java.util.logging.Logger; import java.util.logging.Logger;
/** /**
* DisThreadedNetIF.java created on Jul 29, 2019.
* <pre>
* This is a thread-safe, multicast DIS network interface class. * This is a thread-safe, multicast DIS network interface class.
* </pre>
* *
* @author Mike Bailey, jmbailey@nps.edu * @author Mike Bailey, jmbailey@nps.edu
* @version $Id$ * @since Jul 29, 2019
*/ */
public class DisThreadedNetIF public class DisThreadedNetIF
{ {
...@@ -249,7 +246,7 @@ public class DisThreadedNetIF ...@@ -249,7 +246,7 @@ public class DisThreadedNetIF
} }
} catch (IOException ex) { } catch (IOException ex) {
System.err.println("Exception in DisThreadedNetIF receive thread: " + ex.getLocalizedMessage()); System.err.println("Exception in DisThreadedNetIF receive thread: " + ex.getLocalizedMessage());
System.err.println("Retrying in 1 second"); System.err.println("Retrying new socket in 1 second");
} finally { } finally {
if (socket != null && !socket.isClosed()) { if (socket != null && !socket.isClosed()) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment