Export the demo, mostly for javadoc.
authorNot Zed <notzed@gmail.com>
Sun, 26 Jan 2020 08:08:40 +0000 (18:38 +1030)
committerNot Zed <notzed@gmail.com>
Sun, 26 Jan 2020 08:08:40 +0000 (18:38 +1030)
src/notzed.zcl.fxdemo/classes/module-info.java

index 1774cb3..bd7eb18 100644 (file)
@@ -10,6 +10,5 @@ module notzed.zcl.fxdemo {
 
        requires notzed.zcl;
 
-       exports fxdemo.fract to javafx.graphics;
-       
+       exports fxdemo.fract;
 }