From ecbe7abdde7198adcd13034f110dd675fa096a63 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 17 Sep 2018 16:20:21 -0300 Subject: Add more features to ReportWriter This adds both an ability to get the column at which the indent ended, as well as some basic page control. --- base/src/main/java/bjc/utils/parserutils/TokenUtils.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/src/main/java/bjc/utils/parserutils/TokenUtils.java') diff --git a/base/src/main/java/bjc/utils/parserutils/TokenUtils.java b/base/src/main/java/bjc/utils/parserutils/TokenUtils.java index c1a68a8..bcce97e 100644 --- a/base/src/main/java/bjc/utils/parserutils/TokenUtils.java +++ b/base/src/main/java/bjc/utils/parserutils/TokenUtils.java @@ -69,11 +69,7 @@ public class TokenUtils { * Splits a string around instances of java-style double-quoted strings. * * @param inp -<<<<<<< Updated upstream * The string to split. -======= - * The string to split. ->>>>>>> Stashed changes * * @return * An list containing alternating bits of the string and the embedded double-quoted -- cgit v1.2.3