Shortened the memory test a bit because it was longer than necessary
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / components / CoreComponent.java
index 85d39e8..734f48d 100644 (file)
@@ -16,8 +16,8 @@ public abstract class CoreComponent
        }
 
        /**
-        * Returns immutable list of all inputs to the {@link CoreComponent} (including e.g. the select bits to a MUX). Intended for visualization
-        * in the UI.
+        * Returns immutable list of all inputs to the {@link CoreComponent} (including e.g. the select bits to a MUX). Intended for
+        * visualization in the UI.
         */
        public abstract List<ReadEnd> getAllInputs();