Skip to content

Commit

Permalink
Add api-breakage notes
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 30, 2024
1 parent 755e318 commit 59e9de9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/api-checker/config/gwt211_212userapi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,8 @@ excludedPackages com.google.gwt.core.client.impl\
##############################################
#Api whitelist
# when adding to the white-list, include comments as to why the addition is
# being made.
# being made.

# java.io.Reader missing IOException throws for read methods
java.io.Reader::read([C) OVERRIDABLE_METHOD_EXCEPTION_TYPE_CHANGE new method has more exceptions: [Ljava/io/IOException;]
java.io.Reader::read([CII) OVERRIDABLE_METHOD_EXCEPTION_TYPE_CHANGE new method has more exceptions: [Ljava/io/IOException;]

0 comments on commit 59e9de9

Please sign in to comment.