Skip to content

Commit

Permalink
Updated for Spotless
Browse files Browse the repository at this point in the history
 * Current spotless can not handle <pre> tags in comment section. Open
issue in github: diffplug/spotless#191

Signed-off-by: Jamz <Jamz@Nerps.net>
  • Loading branch information
JamzTheMan committed Jun 2, 2018
1 parent 4115d11 commit a01771a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@

import de.muntjak.tinylookandfeel.TinyComboBoxButton;

// @formatter:off
// Jamz: Had to remove <pre> 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>
* pre tag here
* <span style=
"font-family:sans-serif;">The input() function prompts the user to input several variable values at once.
*
Expand Down Expand Up @@ -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).
* </span>
* </pre>
* /pre end tag here
*
* @author knizia.fan
*/
//@formatter:on

public class InputFunction extends AbstractFunction {
private static final Pattern ASSET_PATTERN = Pattern.compile("^(.*)asset://(\\w+)");
Expand Down

0 comments on commit a01771a

Please sign in to comment.