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
@@ -72,5 +72,6 @@ public abstract class AbstractDescriptorFinder implements DescriptorFinder {
@Nullable
protected abstract ClassData getClassData(@NotNull ClassId classId);
protected abstract void classDescriptorCreated(@NotNull ClassDescriptor classDescriptor);
protected void classDescriptorCreated(@NotNull ClassDescriptor classDescriptor) {
}
}