Skip to content

Commit

Permalink
Merge pull request #104 from DecwLK/resetFileOnImport
Browse files Browse the repository at this point in the history
Set file path to null after import.
  • Loading branch information
crissNb authored Feb 12, 2024
2 parents 8bf059d + a1e392c commit d79269b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/gecko/application/GeckoIOManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public void importAutomatonFile(File file) {
}
Gecko newGecko = new Gecko(gvm);
geckoManager.setGecko(newGecko);
this.file = null;
}

/**
Expand Down

0 comments on commit d79269b

Please sign in to comment.