Skip to content

Commit 176a446

Browse files
committed
Fix formatting
1 parent acff3fc commit 176a446

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

semanticdb-javac/src/main/java/com/sourcegraph/semanticdb_javac/InjectSemanticdbOptions.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class InjectSemanticdbOptions {
1010
/**
1111
* Updates a list of Java compiler arguments to include -Xplugin:semanticdb.
1212
*
13-
* This main method should be used by a `javac` wrapper script like this:
13+
* <p>This main method should be used by a `javac` wrapper script like this:
1414
*
1515
* <pre>
1616
* NEW_OPTIONS_PATH=$(mktemp)
@@ -23,11 +23,12 @@ public class InjectSemanticdbOptions {
2323
* Requires the following system properties:
2424
*
2525
* <ul>
26-
* <li>-Dsemanticdb.output=PATH: the file to write the updated compiler options</li>
27-
* <li>-Dsemanticdb.old-output=PATH: the file to write the original compiler options. Only used for debugging purposes.</li>
28-
* <li>-Dsemanticdb.pluginpath=PATH: the path to the SemanticDB compiler plugin jar</li>
29-
* <li>-Dsemanticdb.sourceroot=PATH: the path to use in -Xplugin:semanticdb -sourceroot:PATH</li>
30-
* <li>-Dsemanticdb.targetroot=PATH: the path to use in -Xplugin:semanticdb -targetroot:PATH</li>
26+
* <li>-Dsemanticdb.output=PATH: the file to write the updated compiler options
27+
* <li>-Dsemanticdb.old-output=PATH: the file to write the original compiler options. Only used
28+
* for debugging purposes.
29+
* <li>-Dsemanticdb.pluginpath=PATH: the path to the SemanticDB compiler plugin jar
30+
* <li>-Dsemanticdb.sourceroot=PATH: the path to use in -Xplugin:semanticdb -sourceroot:PATH
31+
* <li>-Dsemanticdb.targetroot=PATH: the path to use in -Xplugin:semanticdb -targetroot:PATH
3132
* </ul>
3233
*
3334
* @param args the Java compiler arguments to update.

0 commit comments

Comments
 (0)