Skip to content

Commit 7525630

Browse files
ted-xiecopybara-github
authored andcommitted
Set Desugar#desugar back to private visibility
PiperOrigin-RevId: 742817639 Change-Id: I6776df7cc0fe427c4edb9e7dd09967e9492574a8
1 parent a9e9a7f commit 7525630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/tools/java/com/google/devtools/build/android/r8

src/tools/java/com/google/devtools/build/android/r8/Desugar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ private void desugar(
444444
}
445445
}
446446

447-
public void desugar() throws CompilationFailedException, IOException {
447+
private void desugar() throws CompilationFailedException, IOException {
448448
// Prepare bootclasspath and classpath. Some jars on the classpath are considered to be
449449
// bootclasspath, and are moved there.
450450
ImmutableList.Builder<ClassFileResourceProvider> bootclasspathProvidersBuilder =

0 commit comments

Comments
 (0)