Skip to content

Commit

Permalink
Reduce visibility of getHeaderSourceFile/getImplSourceFile in Type.java
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 212904945
  • Loading branch information
jDramaix authored and Copybara-Service committed Sep 14, 2018
1 parent 096e3e8 commit 1f33154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/java/com/google/j2cl/tools/rta/Type.java
Expand Up @@ -52,11 +52,11 @@ private static boolean isInterfaceType(TypeInfo typeInfo) {

private Type() {}

public String getHeaderSourceFile() {
String getHeaderSourceFile() {
return headerSourceFile;
}

public String getImplSourceFile() {
String getImplSourceFile() {
return implSourceFile;
}

Expand Down

0 comments on commit 1f33154

Please sign in to comment.