diff options
author | Aurimas Liutikas <aurimas@google.com> | 2019-08-06 03:30:04 -0700 |
---|---|---|
committer | Aurimas Liutikas <aurimas@google.com> | 2019-08-06 03:30:04 -0700 |
commit | a320f595a60accb7d2bca6f23ac9254e591da410 (patch) | |
tree | b3422087bf2afb0567df645c8243a169640ec2e6 /ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java | |
parent | 05f17995dea7f6aa7306ca8bf6662dcf8b520782 (diff) |
Fix more issues in ojluni annotations.
Test: make -j core-current-stubs-nullability-validation -> is gettng
closer to passing
Bug: 138981090
Change-Id: Id0b3ef3e349c5114ba679fc01dfda397fade477f
Diffstat (limited to 'ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java')
-rw-r--r-- | ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java b/ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java index ab1f94e3aa..2146d2f750 100644 --- a/ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java +++ b/ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java @@ -63,7 +63,7 @@ protected void shutdownOutput() throws java.io.IOException { throw new RuntimeEx protected java.io.FileDescriptor getFileDescriptor() { throw new RuntimeException("Stub!"); } @libcore.api.CorePlatformApi -public FileDescriptor getFD$() { throw new RuntimeException("Stub!"); } +public java.io.FileDescriptor getFD$() { throw new RuntimeException("Stub!"); } protected java.net.InetAddress getInetAddress() { throw new RuntimeException("Stub!"); } |