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
GenDB3
lib.intervals
Commits
863357b0
Commit
863357b0
authored
Mar 04, 2015
by
Lukas Jelonek
Browse files
Added private constructor to utility class
parent
1c8f60d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/cebitec/common/sequencetools/intervals/Intervals.java
View file @
863357b0
...
...
@@ -198,4 +198,7 @@ public class Intervals {
return
o1
.
getStart
().
compareTo
(
o2
.
getStart
());
}
}
private
Intervals
()
{
}
}
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