We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad842c commit 135f5e9Copy full SHA for 135f5e9
core/src/main/java/com/google/googlejavaformat/Input.java
@@ -63,7 +63,7 @@ public interface Tok {
63
/** Is the {@code Tok} a "//" comment? */
64
boolean isSlashSlashComment();
65
66
- /** Is the {@code Tok} a "//" comment? */
+ /** Is the {@code Tok} a "/*" comment? */
67
boolean isSlashStarComment();
68
69
/** Is the {@code Tok} a javadoc comment? */
0 commit comments