Skip to content

Commit

Permalink
Revert "Updates adapter disposing to reduce cases when adapter is dis…
Browse files Browse the repository at this point in the history
…posed early"

This reverts commit c183185.
  • Loading branch information
ujhelyiz committed Jan 24, 2019
1 parent c183185 commit ba653e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ public void projectOpened(Project project) {
}

@Override
public void projectPreClosedFinal(Project project) {
public void projectPreClosed(Project project) {
ViatraQueryAdapter.disposeAdapter(project);
}

});

// Registers an expression evaluator for generated VIATRA queries
Expand Down

0 comments on commit ba653e2

Please sign in to comment.