Skip to content

Commit

Permalink
Release 3.0 (Bumped to 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonLeGrange committed Aug 24, 2020
1 parent 1477f12 commit 4a8290f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.legrange</groupId>
<artifactId>haveibeenpwned</artifactId>
<version>2.0</version>
<version>3.0</version>
<packaging>jar</packaging>
<url>https://github.com/GideonLeGrange/haveibeenpwned</url>
<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public final class HaveIBeenPwndBuilder {

/** Create a new builder.
*
* @param userAgent The user agent to use when connecting
* @return The builder
*/
public static HaveIBeenPwndBuilder create(String userAgent) {
Expand All @@ -31,8 +32,8 @@ public static HaveIBeenPwndBuilder create(String userAgent) {

/** Add the API key to use.
*
* @param apiKey
* @return
* @param apiKey API key to use
* @return The builder
*/
public HaveIBeenPwndBuilder withApiKey(String apiKey) {
this.apiKey = apiKey;
Expand Down

0 comments on commit 4a8290f

Please sign in to comment.