Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemuu committed Apr 4, 2024
1 parent 2827dfc commit 1b9b34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>laverca-rest</groupId>
<artifactId>laverca-rest</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<name>Laverca REST MSS client</name>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ public static AdditionalService createNoSpamCodeService(boolean validate, String

/**
* Create a new UserLang AdditionalService.
* @param language Should the NoSpamCode be validated?
* @param language Language to use. 2 characters.
* @return AS
*/
public static AdditionalService createNoSpamCodeService(String language) {
public static AdditionalService createLanguageService(String language) {
AdditionalService as = new AdditionalService(EVENT_ID_AS);
as.UserLang = new UserLang(language);
return as;
Expand Down

0 comments on commit 1b9b34b

Please sign in to comment.