mirror of https://github.com/apache/openjpa.git
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:
parent
a048ba1faa
commit
bc5e826b45
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue