We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de787f commit 6b531a7Copy full SHA for 6b531a7
src/main/jdk9/module-info.java
@@ -28,6 +28,8 @@
28
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
*/
30
module java.measure {
31
+ requires java.logging;
32
+
33
exports javax.measure;
34
exports javax.measure.format;
35
exports javax.measure.quantity;
0 commit comments