From: Christian Femers Date: Sun, 19 May 2019 20:39:19 +0000 (+0200) Subject: Did some clean up X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=c18c04011cab0040c2287608eeefc9c3cc4536c2;hp=c18c04011cab0040c2287608eeefc9c3cc4536c2;p=Mograsim.git Did some clean up Added @Override, replaced Collections.unmodifiableList(Arrays.asList(...)) by List.of(...), corrected documentation of Demux, deleted unused main(String[]) in Simulation, made some variables package private (timeline and wires do have their own packages anyway) to prevent synthetic accessors and other small simplifications ---