File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/ua/naiksoftware/stomp/dto Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
30
30
defaultConfig {
31
31
minSdkVersion 16
32
- targetSdkVersion 25
32
+ targetSdkVersion 26
33
33
versionCode 1
34
34
versionName " 1.0"
35
35
}
@@ -73,4 +73,4 @@ task sourcesJar(type: Jar) {
73
73
74
74
artifacts {
75
75
archives sourcesJar
76
- }
76
+ }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class StompMessage {
17
17
18
18
public static final String TERMINATE_MESSAGE_SYMBOL = "\u0000 " ;
19
19
20
- private static final Pattern PATTERN_HEADER = Pattern .compile ("([^:\\ s]+)\\ s*:\\ s*([^: \\ s ]+)" );
20
+ private static final Pattern PATTERN_HEADER = Pattern .compile ("([^:\\ s]+)\\ s*:\\ s*([^\\ n ]+)" );
21
21
22
22
private final String mStompCommand ;
23
23
private final List <StompHeader > mStompHeaders ;
You can’t perform that action at this time.
0 commit comments