Skip to content

Commit

Permalink
Fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony committed Aug 17, 2017
1 parent 8df2747 commit c70ebc5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ protected void updateItem(String item, boolean empty) {

@FXML
private void handleButtonAction(ActionEvent event) throws IOException, XmlPullParserException {
this.dependencyChecks.clear();

FileChooser fileChooser = new FileChooser();
fileChooser.setTitle("Open Pom File");
fileChooser.getExtensionFilters().add(new FileChooser.ExtensionFilter("XML Files(*.xml)", "*.xml"));
Expand Down

0 comments on commit c70ebc5

Please sign in to comment.