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/Shunter.java | |
| parent | c8637f6156d65d52bf35c3a867c76bfbf2d0da3e (diff) | |
Format pass mk. 2
Diffstat (limited to 'base/src/bjc/dicelang/Shunter.java')
| -rw-r--r-- | base/src/bjc/dicelang/Shunter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/src/bjc/dicelang/Shunter.java b/base/src/bjc/dicelang/Shunter.java index 01029cd..ca0f6e1 100644 --- a/base/src/bjc/dicelang/Shunter.java +++ b/base/src/bjc/dicelang/Shunter.java @@ -108,10 +108,10 @@ public class Shunter { * Shunt a set of tokens from infix to postfix. * * @param tks - * The tokens to input. + * The tokens to input. * * @param returned - * The postfix tokens. + * The postfix tokens. * * @return Whether or not the shunt succeeded. */ |
