Rename FQNAMES -> FQ_NAMES

This commit is contained in:
Alexander Udalov
2014-04-23 22:41:04 +04:00
parent 525709bced
commit af421f53da
36 changed files with 60 additions and 61 deletions
@@ -176,6 +176,6 @@ class LazyJavaAnnotationDescriptor(
override fun toString(): String {
return DescriptorRenderer.FQNAMES_IN_TYPES.renderAnnotation(this)
return DescriptorRenderer.FQ_NAMES_IN_TYPES.renderAnnotation(this)
}
}