Skip to content

Commit

Permalink
add pom.xml snippet to enable mug-errorprone
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 10, 2024
1 parent 0ed3081 commit 188cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
* are in effect to make sure that you don't pass {@code lastName} in the place of
* {@code first_name}, for example.
*
* <p>To use the compile-time plugin, copy the {@code <annotationProcessorPaths>} in the
* <p>To enable the compile-time plugin, copy the {@code <annotationProcessorPaths>} in the
* "maven-compiler-plugin" section from the following pom.xml file snippet:
*
* <pre>{@code
Expand Down

0 comments on commit 188cda6

Please sign in to comment.