From 5028ad9a1faad0e363d017f18363e8062ba59871 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Thu, 15 Feb 2018 15:25:09 -0500 Subject: Formatting and things --- JPratt/src/main/java/bjc/pratt/commands/BinaryPostCommand.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/commands/BinaryPostCommand.java') diff --git a/JPratt/src/main/java/bjc/pratt/commands/BinaryPostCommand.java b/JPratt/src/main/java/bjc/pratt/commands/BinaryPostCommand.java index 943554c..1fa1ba3 100644 --- a/JPratt/src/main/java/bjc/pratt/commands/BinaryPostCommand.java +++ b/JPratt/src/main/java/bjc/pratt/commands/BinaryPostCommand.java @@ -6,13 +6,13 @@ package bjc.pratt.commands; * @author bjculkin * * @param - * The key type of the tokens. + * The key type of the tokens. * * @param - * The value type of the tokens. + * The value type of the tokens. * * @param - * The state type of the parser. + * The state type of the parser. */ public abstract class BinaryPostCommand extends NonInitialCommand { private final int leftPower; @@ -21,10 +21,10 @@ public abstract class BinaryPostCommand extends NonInitialCommand