Skip to content

Commit cb900f1

Browse files
committed
Weird whitespace
1 parent 5e748dc commit cb900f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/pipeline/StanfordCoreNLPServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ private Properties getProperties(HttpExchange httpExchange) throws UnsupportedEn
496496
// Add GET parameters as properties
497497
urlParams.entrySet().stream()
498498
.filter(entry ->
499-
!"properties".equalsIgnoreCase(entry.getKey()) &&
499+
!"properties".equalsIgnoreCase(entry.getKey()) &&
500500
!"props".equalsIgnoreCase(entry.getKey()))
501501
.forEach(entry -> props.setProperty(entry.getKey(), entry.getValue()));
502502

0 commit comments

Comments
 (0)