summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-08-22 09:19:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-08-22 09:19:29 +0000
commitf2ac9e60596599ac81325610fc0069209e6b1212 (patch)
tree90f3ab6f920bf11c5f37236ed32a3cf7360ecc15 /tests/DynamicCodeLoggerIntegrationTests/src
parent5db4dc6c5895c75b920f8ed42478f82789c0d3b3 (diff)
parent605ed7e2019e36ab1c000f6041bcba753d4e7560 (diff)
Merge "Update language to comply with Android's inclusive language guidance" into main
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src')
-rw-r--r--tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/Simple.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/Simple.java b/tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/Simple.java
index e995a26ea5c9..2ca91fbc1d3d 100644
--- a/tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/Simple.java
+++ b/tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/Simple.java
@@ -16,7 +16,7 @@
package com.android.dcl;
-/** Dummy class which is built into a jar purely so we can pass it to DexClassLoader. */
+/** Placeholder class which is built into a jar purely so we can pass it to DexClassLoader. */
public final class Simple {
public Simple() {}
}