diff --git a/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java b/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java
index 865be79492de5182e322d4830041267036c18a81..0b9ab7069b5e7e4c14fe9a27b21f08f324d19500 100644
--- a/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java
+++ b/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java
@@ -620,7 +620,6 @@ public class DisThreadedNetworkInterface
         verboseReceipt = verbose;
         verboseSending = verbose;
     }
-
     /**
      * Whether or not trace statements are provided when packets are sent or received.
      * @return the verbose status
@@ -631,7 +630,6 @@ public class DisThreadedNetworkInterface
     {
         return verbose;
     }
-
     /**
      * Set whether or not trace statements are provided when packets are received.
      * @param newValue the verboseReceipt status to set