Align "compact" Javadocs more sanely.
This commit is contained in:
@@ -362,8 +362,7 @@ public class Mustache
|
||||
|
||||
// TODO: this method was never called, what was my intention here?
|
||||
protected static boolean allowsWhitespace (char typeChar) {
|
||||
return (typeChar == '=') || // change delimiters
|
||||
(typeChar == '!'); // comment
|
||||
return (typeChar == '=' /* change delimiters */) || (typeChar == '!' /* comment */);
|
||||
}
|
||||
|
||||
protected static final int TEXT = 0;
|
||||
|
||||
Reference in New Issue
Block a user