Skip to content
Snippets Groups Projects
Commit 5a3dd80f authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

Apply suggestion to src/main/java/gov/usgs/earthquake/nshmp/data/Sequences.java

parent 298bd70c
No related branches found
No related tags found
1 merge request!93XySequence edits
......@@ -87,7 +87,7 @@ class Sequences {
* @return xys
*/
static XySequence combine(Collection<XySequence> xySequences) {
checkState(!xySequences.isEmpty());
checkState(areSimilar(xySequences));
if (xySequences.size() == 1) {
return getFirstSequence(xySequences);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment