Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Feb 24, 2023
1 parent 4271a58 commit 6cd61f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api-compatibility/acceptable-breakages-v8.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channe
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.ServerSocketChannel.LocalAddress.get()' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.SocketChannel.LocalAddress' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.SocketChannel.LocalAddress.get()' is abstract in the implementation but is missing in the contract.
CannotRemoveAttribute : Attribute 'Android.Runtime.RegisterAttribute' exists on 'Java.Lang.JavaSystem.LoadLibrary(System.String)' in the contract but not the implementation.

0 comments on commit 6cd61f1

Please sign in to comment.