diff options
author | 2023-08-22 09:33:35 +0000 | |
---|---|---|
committer | 2023-08-22 09:33:35 +0000 | |
commit | 70f91da3185cc566e71795128bbcc3b6c35ec2e2 (patch) | |
tree | 582da509aef3579c0cd7f495adff2d650c11d275 /tests/DynamicCodeLoggerIntegrationTests/src | |
parent | fb3de263416665c357c2a3e104e7a9463a47c754 (diff) | |
parent | f2ac9e60596599ac81325610fc0069209e6b1212 (diff) |
Merge "Update language to comply with Android's inclusive language guidance" into main am: f2ac9e6059
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2719963
Change-Id: I0bf113f696033c022a08e73c3a2f74ffe05deb1a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src')
-rw-r--r-- | tests/DynamicCodeLoggerIntegrationTests/src/com/android/dcl/Simple.java | 2 |
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() {} } |