aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/hidl-java
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/architecture/hidl-java')
-rw-r--r--en/devices/architecture/hidl-java/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/architecture/hidl-java/index.html b/en/devices/architecture/hidl-java/index.html
index 3b94247e..c4218160 100644
--- a/en/devices/architecture/hidl-java/index.html
+++ b/en/devices/architecture/hidl-java/index.html
@@ -136,7 +136,7 @@ to run the service is:</p>
import android.hardware.foo.V1_0.IFoo;
import android.hardware.foo.V1_0.IFooCallback.Stub;
....
-class FooCallback extends IFoo.Stub {
+class FooCallback extends IFooCallback.Stub {
// implement methods
}
....