Skip to content

Commit

Permalink
[misc] update formatting plugin to com.spotify.fmt/fmt-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Sep 20, 2023
1 parent e24a631 commit 3710eb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@
</plugin>

<plugin>
<groupId>com.coveo</groupId>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.13</version>
<version>2.20</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ public String getHashAlgorithm() {
return hashAlgo;
}

/** @return the base (generator) */
/**
* @return the base (generator)
*/
public GroupElement getB() {
return B;
}
Expand Down

0 comments on commit 3710eb0

Please sign in to comment.