Remove empty finally block

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1071619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2011-02-17 14:32:46 +00:00
parent a048ba1faa
commit bc5e826b45
1 changed files with 1 additions and 3 deletions

View File

@ -280,9 +280,7 @@ public class AnnotationProcessor6 extends AbstractProcessor {
} catch (Exception e1) {
logger.error(_loc.get("mmg-process-error", e.getQualifiedName()), e1);
return false;
} finally {
}
}
}
private void annotate(SourceCode source, String originalClass) {