We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ffea4 commit 3caaae5Copy full SHA for 3caaae5
core/src/main/java/com/google/googlejavaformat/java/JavaFormatterOptions.java
@@ -25,11 +25,6 @@
25
* <p>The goal of google-java-format is to provide consistent formatting, and to free developers
26
* from arguments over style choices. It is an explicit non-goal to support developers' individual
27
* preferences, and in fact it would work directly against our primary goals.
28
- *
29
- * <p>This class exists primarily to distinguish between Google Java Style mode and {@code --aosp}
30
- * mode. It also provides a configuration that enables the Eclipse Javadoc formatter until <a
31
- * href="https://github.com/google/google-java-format/issues/7">google-java- format#7</a> is
32
- * resolved.
33
*/
34
@Immutable
35
public class JavaFormatterOptions {
0 commit comments