Minor, make callback method empty, not abstract

This commit is contained in:
Alexander Udalov
2013-07-15 23:08:28 +04:00
parent 132f77d3c4
commit 8cbdb2924a
3 changed files with 2 additions and 13 deletions
@@ -97,9 +97,5 @@ public class KotlinClassAnnotationTest extends CodegenTestCase {
public Collection<Name> getClassNames(@NotNull FqName packageName) {
throw new UnsupportedOperationException();
}
@Override
protected void classDescriptorCreated(@NotNull ClassDescriptor classDescriptor) {
}
}
}