Skip to content

Commit

Permalink
Generate deprecated and internal APIs from Java 9 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Jun 28, 2017
1 parent ddc6da9 commit 355dbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is provided here for reference, but can easily regenerated by executing from the source folder of forbidden-apis:
# $ ant generate-deprecated

# This file contains all public, deprecated API signatures in Java version 1.9 (extracted from build 9-ea).
# This file contains all public, deprecated API signatures in Java version 1.9 (extracted from build 9).

@ignoreUnresolvable
@defaultMessage Deprecated in Java 1.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is provided here for reference, but can easily regenerated by executing from the source folder of forbidden-apis:
# $ ant generate-internal

# This file contains all internal packages listed in Security.getProperty("package.access") of Java version 1.9 (extracted from build 9-ea).
# This file contains all internal packages listed in Security.getProperty("package.access") of Java version 1.9 (extracted from build 9).

@defaultMessage non-public internal runtime class in Java 1.9

Expand Down

0 comments on commit 355dbc7

Please sign in to comment.