Skip to content

Commit 37cd713

Browse files
committed
Moved FuzzyScore to original Apache package
1 parent 9b2c86a commit 37cd713

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/settings/preferencesearch/similarity/FuzzyScore.java renamed to app/src/main/java/org/apache/commons/text/similarity/FuzzyScore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.schabi.newpipe.settings.preferencesearch.similarity;
17+
package org.apache.commons.text.similarity;
1818

1919
import java.util.Locale;
2020

app/src/main/java/org/schabi/newpipe/settings/preferencesearch/PreferenceFuzzySearchFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import android.text.TextUtils;
44

5-
import org.schabi.newpipe.settings.preferencesearch.similarity.FuzzyScore;
5+
import org.apache.commons.text.similarity.FuzzyScore;
66

77
import java.util.Comparator;
88
import java.util.Locale;

0 commit comments

Comments
 (0)