Skip to content

Commit

Permalink
Remove class that is part of commons-codec (#74830)
Browse files Browse the repository at this point in the history
This class was copied from the trunk and is now part of the stable
release since 2012.

Co-authored-by: Alexander Reelsen <alexander@reelsen.net>
  • Loading branch information
ywelsch and spinscale committed Jul 1, 2021
1 parent 31ed993 commit 62790ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 319 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.apache.commons.codec.language.Caverphone2;
import org.apache.commons.codec.language.ColognePhonetic;
import org.apache.commons.codec.language.Metaphone;
import org.apache.commons.codec.language.Nysiis;
import org.apache.commons.codec.language.RefinedSoundex;
import org.apache.commons.codec.language.Soundex;
import org.apache.commons.codec.language.bm.Languages.LanguageSet;
Expand All @@ -32,7 +33,6 @@
import org.elasticsearch.index.IndexSettings;
import org.elasticsearch.index.analysis.phonetic.HaasePhonetik;
import org.elasticsearch.index.analysis.phonetic.KoelnerPhonetik;
import org.elasticsearch.index.analysis.phonetic.Nysiis;

import java.util.HashSet;
import java.util.List;
Expand Down

This file was deleted.

0 comments on commit 62790ab

Please sign in to comment.