update split pattern

pull/4/head
Zlatin Balevsky 2019-06-04 17:30:55 +01:00
parent bd5fecc19d
commit 6e3a2c0d08
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ class Constants {
public static final float DOWNLOAD_SEQUENTIAL_RATIO = 0.8f
public static final String SPLIT_PATTERN = "[\\.,_-]"
public static final String SPLIT_PATTERN = "[\\.,_-<>:;]"
}