Skip to content

Commit

Permalink
[PROD-3084] Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgurner committed May 9, 2022
1 parent 862b122 commit f8fd333
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
public class SecurityRulesVersion {

/**
* Looks up the Maven version from META-INF
* @return the runtime artifact version or UNKNONW
* Looks up the Maven version from META-INF
* @return the runtime artifact version or UNKNOWN
*/
public synchronized String getVersion() {
String version = "UNKNOWN";
Expand Down

0 comments on commit f8fd333

Please sign in to comment.