Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WS-17-18
assignment-tests
Commits
c76b6764
Commit
c76b6764
authored
Mar 01, 2018
by
Alexander Sommer
Browse files
Fix typo
parent
4a20bdca
Changes
1
Show whitespace changes
Inline
Side-by-side
src/final_assignment/task_2/RandomPicker.java
View file @
c76b6764
...
...
@@ -36,7 +36,7 @@ public class RandomPicker {
if
(
line
.
startsWith
(
"#"
))
continue
;
countries
.
add
(
line
);
list
.
add
(
line
);
}
}
catch
(
IOException
e
)
{
...
...
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