From a01771a152edc7f5cebc502cb657b0337b96b21c Mon Sep 17 00:00:00 2001 From: Jamz Date: Sat, 2 Jun 2018 09:54:38 -0500 Subject: [PATCH] Updated for Spotless * Current spotless can not handle
 tags in comment section. Open
issue in github: https://github.com/diffplug/spotless/issues/191

Signed-off-by: Jamz 
---
 .../rptools/maptool/client/functions/InputFunction.java   | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/java/net/rptools/maptool/client/functions/InputFunction.java b/src/main/java/net/rptools/maptool/client/functions/InputFunction.java
index d14334d6b2..501071170b 100644
--- a/src/main/java/net/rptools/maptool/client/functions/InputFunction.java
+++ b/src/main/java/net/rptools/maptool/client/functions/InputFunction.java
@@ -80,8 +80,11 @@
 
 import de.muntjak.tinylookandfeel.TinyComboBoxButton;
 
+// @formatter:off
+// Jamz: Had to remove 
 tags and add formatter:off due to Spotless 3.x error, still not fixed as of 6/2/18
+// https://github.com/diffplug/spotless/issues/191
 /**
- * 
+ * pre tag here
  * The input() function prompts the user to input several variable values at once.
  * 
@@ -132,10 +135,11 @@
  *  All inputTypes except TAB accept the option SPAN=TRUE, which causes the prompt to be hidden and the input
  *  control to span both columns of the dialog layout (default FALSE).
  * 
- * 
+ * /pre end tag here * * @author knizia.fan */ +//@formatter:on public class InputFunction extends AbstractFunction { private static final Pattern ASSET_PATTERN = Pattern.compile("^(.*)asset://(\\w+)");