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
SAT4J
sat4j
Commits
06c124de
Commit
06c124de
authored
Sep 16, 2018
by
Daniel Le Berre
Browse files
Added fix for
#145
suggested by Tobias.
parent
47918d1f
Pipeline
#2878
failed with stages
in 20 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.core/src/main/java/org/sat4j/reader/InstanceReader.java
View file @
06c124de
...
...
@@ -110,7 +110,7 @@ public class InstanceReader extends Reader {
}
if
(
filename
.
indexOf
(
':'
)
!=
-
1
)
{
String
[]
parts
=
filename
.
split
(
":"
);
String
[]
parts
=
filename
.
split
(
":"
,
2
);
filename
=
parts
[
1
];
prefix
=
parts
[
0
].
toUpperCase
(
Locale
.
getDefault
());
...
...
Write
Preview
Supports
Markdown
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