Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #19 from sc13-bioinf/master
Browse files Browse the repository at this point in the history
fix typo in eager version
  • Loading branch information
apeltzer authored Aug 18, 2016
2 parents 55f3305 + ab79071 commit 6e73fee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified libraries/EAGERlib.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/EAGER.java
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ public static void setWindowPosition(java.awt.Window window) {
}

private void generateEagerVersionConfiguration(Communicator communicator) {
this.communicator.setEager_verison(EAGER_VERSION);
this.communicator.setEager_version(EAGER_VERSION);
}

private void generateRGConfiguration(Communicator communicator) {
Expand Down

0 comments on commit 6e73fee

Please sign in to comment.