Moved ``FuzzyScore`` to original Apache package

This commit is contained in:
litetex 2022-01-09 14:38:36 +01:00
parent 9b2c86a37b
commit 37cd71328c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.schabi.newpipe.settings.preferencesearch.similarity;
package org.apache.commons.text.similarity;
import java.util.Locale;

View File

@ -2,7 +2,7 @@ package org.schabi.newpipe.settings.preferencesearch;
import android.text.TextUtils;
import org.schabi.newpipe.settings.preferencesearch.similarity.FuzzyScore;
import org.apache.commons.text.similarity.FuzzyScore;
import java.util.Comparator;
import java.util.Locale;