Added prototype component for main memory
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / wires / Wire.java
index b0e96f1..4e12d10 100644 (file)
@@ -265,12 +265,6 @@ public class Wire
                        return Wire.this.getValue(index);
                }
 
-               /**
-                * @param index Index of the requested bit.
-                * @return The value of the indexed bit.
-                * 
-                * @author Fabian Stemmler
-                */
                public BitVector getValues()
                {
                        return Wire.this.getValues();