diff options
author | 2023-08-22 10:11:25 +0000 | |
---|---|---|
committer | 2023-08-22 10:11:25 +0000 | |
commit | 914616c6c1e1a57d7d34eebd0dc168499302462b (patch) | |
tree | ebba7977e53596effdb9f5a57fbd28efbe6dc499 /tests/DynamicCodeLoggerIntegrationTests | |
parent | 3a0bf2d46af5a1a3f20c1e4d8dbbf5094db39aff (diff) | |
parent | 70f91da3185cc566e71795128bbcc3b6c35ec2e2 (diff) |
Merge "Update language to comply with Android's inclusive language guidance" into main am: f2ac9e6059 am: 70f91da318
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2719963
Change-Id: I7a36d6d52a837d89f104a447499ae2b17c2aa8ea
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests')
-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() {} } |