Align "compact" Javadocs more sanely.

This commit is contained in:
Michael Bayne
2015-03-06 12:24:13 -08:00
parent 43a51b3235
commit 2b376d3189
2 changed files with 58 additions and 59 deletions
@@ -362,8 +362,7 @@ public class Mustache
// TODO: this method was never called, what was my intention here? // TODO: this method was never called, what was my intention here?
protected static boolean allowsWhitespace (char typeChar) { protected static boolean allowsWhitespace (char typeChar) {
return (typeChar == '=') || // change delimiters return (typeChar == '=' /* change delimiters */) || (typeChar == '!' /* comment */);
(typeChar == '!'); // comment
} }
protected static final int TEXT = 0; protected static final int TEXT = 0;