| commit | a6eb209934dc87db7fd1b23a4bc9d23e69adc32e | [log] [tgz] |
|---|---|---|
| author | Morten Krogh-Jespersen <mkroghj@google.com> | Thu Apr 02 09:47:05 2020 +0200 |
| committer | Morten Krogh-Jespersen <mkroghj@google.com> | Thu Apr 02 08:52:02 2020 +0000 |
| tree | 9287b4dbc47acba7e3e4f5a24edbce07c3bfa843 | |
| parent | 3285e46e24e5bd299d6a51b3fef4afd412f0bfc9 [diff] |
Fix miniscule typo in comment in ClassAndMemberPublicizer Change-Id: Ifae2a5e16b72be54f415c0d11230d48817b6f8f9
diff --git a/src/main/java/com/android/tools/r8/optimize/ClassAndMemberPublicizer.java b/src/main/java/com/android/tools/r8/optimize/ClassAndMemberPublicizer.java index 4816759..a52d044 100644 --- a/src/main/java/com/android/tools/r8/optimize/ClassAndMemberPublicizer.java +++ b/src/main/java/com/android/tools/r8/optimize/ClassAndMemberPublicizer.java
@@ -147,7 +147,7 @@ return true; } - // For private static methods we can just relax the access to private, since + // For private static methods we can just relax the access to public, since // even though JLS prevents from declaring static method in derived class if // an instance method with same signature exists in superclass, JVM actually // does not take into account access of the static methods.