Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / model / wires / ModelWire.java
index 6d45c7b..1f44f57 100644 (file)
@@ -257,8 +257,8 @@ public class ModelWire
        }
 
        /**
-        * Destroys this wire. This method is called from {@link LogicModelModifiable#wireDestroyed(ModelWire) wireDestroyed()} of the model this
-        * wire is a part of.
+        * Destroys this wire. This method is called from {@link LogicModelModifiable#wireDestroyed(ModelWire) wireDestroyed()} of the model
+        * this wire is a part of.
         * 
         * @author Daniel Kirschten
         */