Skip to content

Commit

Permalink
Updated for missing API call.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreese committed Dec 10, 2024
1 parent 657b479 commit d55a7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/io/compgen/ngsutils/cli/bed/BedCombine.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public GenomeSpan getCoord() {

public String getFirstName() {
if (this.names.size()>0) {
return this.names.getFirst();
return this.names.first();
}
return null;
}
Expand Down

0 comments on commit d55a7ba

Please sign in to comment.