diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-11 17:51:51 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-11 17:51:51 -0400 |
| commit | 675ae734dd7b7a47d93ee3527dd1eb7195be047b (patch) | |
| tree | 9d6901c63bd50a645e92d8b192013b3b201d8ecf /dice-lang/src/bjc/dicelang/scl/StreamEngine.java | |
| parent | 40858cee415643769ee5f6216b0cd4335996ff2f (diff) | |
Cleanup
Diffstat (limited to 'dice-lang/src/bjc/dicelang/scl/StreamEngine.java')
| -rw-r--r-- | dice-lang/src/bjc/dicelang/scl/StreamEngine.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dice-lang/src/bjc/dicelang/scl/StreamEngine.java b/dice-lang/src/bjc/dicelang/scl/StreamEngine.java index 26b99c4..c79d054 100644 --- a/dice-lang/src/bjc/dicelang/scl/StreamEngine.java +++ b/dice-lang/src/bjc/dicelang/scl/StreamEngine.java @@ -75,7 +75,7 @@ public class StreamEngine { * * @param toks * The raw token to read streams from. - * + * * @param dest * The list to write the final stream to. * @@ -130,7 +130,7 @@ public class StreamEngine { /** * Move to a stream to the right. - * + * * @return Whether or not the move was successful. */ public boolean rightStream() { @@ -145,7 +145,7 @@ public class StreamEngine { /** * Move to a stream to the left. - * + * * @return Whether or not the move was successful. */ public boolean leftStream() { @@ -160,7 +160,7 @@ public class StreamEngine { /** * Delete the current stream. - * + * * @return Whether or not the delete succeeded. */ public boolean deleteStream() { @@ -177,7 +177,7 @@ public class StreamEngine { /** * Merge the current stream into the previous stream. - * + * * @return Whether or not the merge succeded. */ public boolean mergeStream() { |
