Minor. Methods made static

This commit is contained in:
Andrey Breslav
2014-04-09 17:30:38 +04:00
parent 5e2630bc12
commit d4eb5e58c5
5 changed files with 8 additions and 7 deletions
@@ -211,7 +211,7 @@ public class ResolveElementCache {
if (declaration != null) {
Annotated descriptor = resolveSession.resolveToDescriptor(declaration);
resolveSession.getAnnotationResolver().resolveAnnotationsArguments(
AnnotationResolver.resolveAnnotationsArguments(
descriptor,
resolveSession.getTrace()
);