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/tokens/Token.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'JPratt/src/main/java/bjc/pratt/tokens/Token.java') diff --git a/JPratt/src/main/java/bjc/pratt/tokens/Token.java b/JPratt/src/main/java/bjc/pratt/tokens/Token.java index b07d2e1..7de4ada 100644 --- a/JPratt/src/main/java/bjc/pratt/tokens/Token.java +++ b/JPratt/src/main/java/bjc/pratt/tokens/Token.java @@ -6,11 +6,11 @@ package bjc.pratt.tokens; * @author EVE * * @param - * The key type of this token. Represents the type of the token. + * The key type of this token. Represents the type of the token. * * @param - * The value type of this token. Represents any additional data - * for the token. + * The value type of this token. Represents any additional data for the + * token. * */ public interface Token { -- cgit v1.2.3