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