summaryrefslogtreecommitdiff
path: root/ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2019-08-06 03:30:04 -0700
committerAurimas Liutikas <aurimas@google.com>2019-08-06 03:30:04 -0700
commita320f595a60accb7d2bca6f23ac9254e591da410 (patch)
treeb3422087bf2afb0567df645c8243a169640ec2e6 /ojluni/annotations/mmodule/java/net/SocketImpl.annotated.java
parent05f17995dea7f6aa7306ca8bf6662dcf8b520782 (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.java2
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!"); }