From 8094fc813a29d447555863b6c32816229ff01958 Mon Sep 17 00:00:00 2001 From: student Date: Mon, 12 Feb 2018 12:59:01 -0500 Subject: Formatting pass --- base/src/bjc/dicelang/scl/StreamEngine.java | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'base/src/bjc/dicelang/scl/StreamEngine.java') diff --git a/base/src/bjc/dicelang/scl/StreamEngine.java b/base/src/bjc/dicelang/scl/StreamEngine.java index 2e0a6d7..2d931b9 100644 --- a/base/src/bjc/dicelang/scl/StreamEngine.java +++ b/base/src/bjc/dicelang/scl/StreamEngine.java @@ -30,8 +30,8 @@ public class StreamEngine { DiceLangEngine eng; /* Our streams. */ - Tape> streams; - IList currStream; + Tape> streams; + IList currStream; /* Saved streams */ TapeLibrary> savedStreams; @@ -43,7 +43,7 @@ public class StreamEngine { * Create a new stream engine. * * @param engine - * The dice engine we're attached to. + * The dice engine we're attached to. */ public StreamEngine(final DiceLangEngine engine) { eng = engine; @@ -66,10 +66,10 @@ public class StreamEngine { * Process a possibly interleaved set of streams. * * @param toks - * The raw token to read streams from. + * The raw token to read streams from. * * @param dest - * The list to write the final stream to. + * The list to write the final stream to. * * @return Whether or not the streams were successfully processed. */ @@ -81,10 +81,10 @@ public class StreamEngine { * Process a possibly interleaved set of streams. * * @param toks - * The raw token to read streams from. + * The raw token to read streams from. * * @param dest - * The list to write the final stream to. + * The list to write the final stream to. * * @return Whether or not the streams were successfully processed. */ @@ -212,9 +212,8 @@ public class StreamEngine { /* Process each command. */ /* - * @TODO 10/09/17 Ben Culkin :StreamCommands - * This should probably be refactored in some way, so as to - * make it easier to add new commands. + * @TODO 10/09/17 Ben Culkin :StreamCommands This should probably be refactored + * in some way, so as to make it easier to add new commands. */ for (final char comm : comms) { switch (comm) { -- cgit v1.2.3