Skip to content

Commit

Permalink
Update module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 12, 2020
1 parent 5261ee7 commit eef9c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spoon-visualisation/src/main/java/module-info.java
Expand Up @@ -26,10 +26,10 @@
requires javafx.fxml;
requires javafx.controls;
requires org.eclipse.jdt.core;
requires annotations;
requires org.jetbrains.annotations;

exports spoon.visualisation to javafx.graphics;
exports spoon.visualisation.instrument to javafx.fxml;

opens spoon.visualisation.instrument to javafx.fxml;
}
}

0 comments on commit eef9c51

Please sign in to comment.