Skip to content

Commit

Permalink
Merge pull request #24 from WilliamRaynaut/patch-1
Browse files Browse the repository at this point in the history
Update RunList.java
  • Loading branch information
janvanrijn committed May 1, 2018
2 parents d8eeeda + 7d5ce8e commit 0fa221c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public class RunList {

@XStreamImplicit
@XStreamAlias("oml:run")
private Run[] runs;
private Run[] run;

public Run[] getRuns() {
return runs;
return run;
}

public String getOml() {
Expand Down

0 comments on commit 0fa221c

Please sign in to comment.