Did some clean up
authorChristian Femers <femers@in.tum.de>
Sun, 19 May 2019 20:39:19 +0000 (22:39 +0200)
committerChristian Femers <femers@in.tum.de>
Sun, 19 May 2019 20:39:19 +0000 (22:39 +0200)
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


No differences found