From 76696f634218e22e9e5199736abe003b73e5cbe8 Mon Sep 17 00:00:00 2001 From: faywong Date: Wed, 24 Nov 2021 22:36:06 +0800 Subject: [PATCH] rename ARSession to keep same with class name So as to separate it from ARSession in iOS --- .../google/ar/core/examples/java/helloar/HelloArActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 68e81f1b78..72e75d7e0f 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;