diff options
| author | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
|---|---|---|
| committer | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
| commit | 75b790db6a759b3057c294bae3f669e5b01c8688 (patch) | |
| tree | 50f60ce14ab318ccfd1be7879472cccfa53355dd /base/src/bjc/dicelang/scl/StreamEngine.java | |
| parent | c8637f6156d65d52bf35c3a867c76bfbf2d0da3e (diff) | |
Format pass mk. 2
Diffstat (limited to 'base/src/bjc/dicelang/scl/StreamEngine.java')
| -rw-r--r-- | base/src/bjc/dicelang/scl/StreamEngine.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/base/src/bjc/dicelang/scl/StreamEngine.java b/base/src/bjc/dicelang/scl/StreamEngine.java index 2d931b9..8a5df09 100644 --- a/base/src/bjc/dicelang/scl/StreamEngine.java +++ b/base/src/bjc/dicelang/scl/StreamEngine.java @@ -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. */ |
