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?
|
// 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user