Fixing javadoc issues

This commit is contained in:
Andy Clement
2014-02-25 11:24:30 -08:00
parent 76c7ae8c98
commit 6082381468
19 changed files with 116 additions and 54 deletions

View File

@@ -51,8 +51,7 @@ import java.util.List;
return Class.forName(a0, a1, a2);
}
public static Annotation callGetAnnotation(Class thiz, Class a0)
{
public static Annotation callGetAnnotation(Class thiz, Class a0) {
return thiz.getAnnotation(a0);
}