Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wang, Vincent H
simplewebapp
Commits
7308ca2a
Commit
7308ca2a
authored
Jan 26, 2021
by
Wang, Vincent H
Browse files
Commit to test pipeline
parent
4f4fd910
Pipeline
#173541
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ic/doc/QueryProcessor.java
View file @
7308ca2a
...
...
@@ -50,6 +50,10 @@ public class QueryProcessor {
results
.
append
(
"test"
);
results
.
append
(
System
.
lineSeparator
());
}
if
(
query
.
toLowerCase
().
contains
(
"test2"
))
{
results
.
append
(
"test2"
);
results
.
append
(
System
.
lineSeparator
());
}
return
results
.
toString
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment