From 7ed88d289b0bbc00b097e345dfac90208038cab3 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 22 Mar 2016 12:29:26 -0400 Subject: General formatting changes --- BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java b/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java index 943d177..52248f0 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java +++ b/BJC-Utils2/src/main/java/bjc/utils/parserutils/AST.java @@ -90,8 +90,10 @@ public class AST { /** * Collapse this tree into a single node - * @param The final value of the collapsed tree - * @param + * + * @param + * The final value of the collapsed tree + * @param * * @param tokenTransform * The function to transform nodes into data @@ -199,7 +201,9 @@ public class AST { /** * Transmute the tokens in an AST into a different sort of token - * @param The type of the transformed tokens + * + * @param + * The type of the transformed tokens * * @param tokenTransformer * The transform to run on the tokens -- cgit v1.2.3