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 8f07ae2 commit 22012b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mug-guava/src/main/java/com/google/mu/safesql/SafeSql.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
* 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 it, copy the {@code <configuration>} of the "maven-compiler-plugin" section from the
* following pom.xml file snippet:
* <p>To use the compile-time plugin, copy the {@code <configuration>} of the
* "maven-compiler-plugin" section from the following pom.xml file snippet:
*
* <pre>{@code
* <build>
Expand Down

0 comments on commit 22012b2

Please sign in to comment.