Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 605ed7e2 authored by Chan Kim's avatar Chan Kim
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

For this round, the fixes are only applied to the following to minimize breaking dependencies:
  * comments (excluding javaDoc annotations)
	* private constants
	* private functions
	* parameters within functions

BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations.
No-Typo-Check: Changes focused on inclusive language violations.
BUG: 295342157
Change-Id: If129d646e8911f5cc431b74490f763cb7bdb83e0
parent a2d740da
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@


package com.android.dcl;
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 final class Simple {
    public Simple() {}
    public Simple() {}
}
}