Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / modeladapter / componentadapters / SimpleGateAdapter.java
index 72008e1..c38883e 100644 (file)
@@ -29,8 +29,7 @@ public class SimpleGateAdapter<G extends SimpleRectangularModelGate> implements
        }
 
        @Override
-       public void createAndLinkComponent(Timeline timeline, CoreModelParameters params, G modelComponent,
-                       Map<Pin, CoreWire> logicWiresPerPin)
+       public void createAndLinkComponent(Timeline timeline, CoreModelParameters params, G modelComponent, Map<Pin, CoreWire> logicWiresPerPin)
        {
                ReadWriteEnd out = logicWiresPerPin.get(modelComponent.getPin("Y")).createReadWriteEnd();