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=14e2ce1a88c70f0835a80639c085611236dd135f;hp=85d39e8a82d275a4d61dbb19c8c34d749b366dbe;hpb=0a04a4ed66ecebd4254541c4977599f6052c115a;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();