We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455eb7e commit 54cd812Copy full SHA for 54cd812
src/main/java/ru/mystamps/web/service/UsersActivationServiceImpl.java
@@ -121,7 +121,7 @@ public long countCreatedSince(Date date) {
121
**/
122
private static String generateActivationKey() {
123
int actKeyLength = ValidationRules.ACT_KEY_LENGTH;
124
- return RandomStringUtils.randomAlphanumeric(actKeyLength).toLowerCase(Locale.ENLISH);
+ return RandomStringUtils.randomAlphanumeric(actKeyLength).toLowerCase(Locale.ENGLISH);
125
}
126
127
0 commit comments