Refactoring: rename TEXT to FQNAMES_IN_TYPES

This commit is contained in:
Nikolay Krasko
2014-04-16 16:29:29 +04:00
parent 962044f887
commit 068c9636fc
39 changed files with 64 additions and 65 deletions
@@ -176,6 +176,6 @@ class LazyJavaAnnotationDescriptor(
override fun toString(): String {
return DescriptorRenderer.TEXT.renderAnnotation(this)
return DescriptorRenderer.FQNAMES_IN_TYPES.renderAnnotation(this)
}
}