diff --git a/samples/hello_ar_java/app/src/main/java/com/google/ar/core/examples/java/helloar/HelloArActivity.java b/samples/hello_ar_java/app/src/main/java/com/google/ar/core/examples/java/helloar/HelloArActivity.java index 68e81f1b7..72e75d7e0 100644 --- a/samples/hello_ar_java/app/src/main/java/com/google/ar/core/examples/java/helloar/HelloArActivity.java +++ b/samples/hello_ar_java/app/src/main/java/com/google/ar/core/examples/java/helloar/HelloArActivity.java @@ -456,7 +456,7 @@ public void onDrawFrame(SampleRender render) { // the video background can be properly adjusted. displayRotationHelper.updateSessionIfNeeded(session); - // Obtain the current frame from ARSession. When the configuration is set to + // Obtain the current frame from ARCore Session. When the configuration is set to // UpdateMode.BLOCKING (it is by default), this will throttle the rendering to the // camera framerate. Frame frame;