X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.core%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fcore%2Fcomponents%2FCoreComponent.java;h=734f48de59a21ebd071266e4eb8b2160b405ca41;hb=8bed58cd47f4e53a0a83e066d38864aa6875502f;hp=85d39e8a82d275a4d61dbb19c8c34d749b366dbe;hpb=b32414f8406634aca730d724a011023c0da8bf22;p=Mograsim.git diff --git a/net.mograsim.logic.core/src/net/mograsim/logic/core/components/CoreComponent.java b/net.mograsim.logic.core/src/net/mograsim/logic/core/components/CoreComponent.java index 85d39e8a..734f48de 100644 --- a/net.mograsim.logic.core/src/net/mograsim/logic/core/components/CoreComponent.java +++ b/net.mograsim.logic.core/src/net/mograsim/logic/core/components/CoreComponent.java @@ -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 getAllInputs();