Skip to content

Commit

Permalink
doclava 4.2 patch
Browse files Browse the repository at this point in the history
Change-Id: I4153beacc5e7e584303799024f1aecb20f733b06
  • Loading branch information
drcmda committed Nov 18, 2012
1 parent 408e677 commit 16ff3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/google/doclava/Stubs.java
Expand Up @@ -72,7 +72,7 @@ public static void writeStubsAndApi(String stubsDir, String apiFile,

ClassInfo returnClass = m.returnType().asClassInfo();
if (returnClass != null && returnClass.isHidden()) {
Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Method " + cl.qualifiedName()
System.out.println( m.position() + "Method " + cl.qualifiedName()
+ "." + m.name() + " returns unavailable type " + returnClass.name());
}

Expand Down

0 comments on commit 16ff3ed

Please sign in to comment.