Skip to content

Commit

Permalink
153: Jigsaw enable
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jun 4, 2020
1 parent 5287712 commit b49c01e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Note
========
`jdk11` is currently unused. It may be enabled if the toolchain plugin already in place for the RI Indriya and other modules was used here, too.
3 changes: 2 additions & 1 deletion src/main/jdk11/javax/measure/spi/UnitFormatService.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
*/
@Deprecated(forRemoval = true, since = "2.0")
public interface UnitFormatService {

// TODO this does not use anything new in Java 11, it should be moved to the jdk9 codebase.

/**
* Returns the default unit format.
*
Expand Down

0 comments on commit b49c01e

Please sign in to comment.