Skip to content

Commit

Permalink
Use org.apache.commons.lang3.LocaleUtils instead of org.apache.common…
Browse files Browse the repository at this point in the history
…s.lang.LocaleUtils
  • Loading branch information
picimako committed Oct 15, 2023
1 parent 533ad38 commit 3fafcd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.kumaraman21.intellijbehave.utility;

import org.apache.commons.lang.LocaleUtils;
import org.apache.commons.lang3.LocaleUtils;
import org.jbehave.core.i18n.LocalizedKeywords;
import org.jetbrains.annotations.NotNull;
import java.util.Locale;
Expand Down

0 comments on commit 3fafcd7

Please sign in to comment.