line length edit

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@796783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-07-22 16:25:43 +00:00
parent 49f000f54a
commit 3bfcd22c9e
1 changed files with 2 additions and 1 deletions

View File

@ -455,7 +455,8 @@ public class AnnotationProcessor6 extends AbstractProcessor {
.invoke(unit, (Object[])null);
URI uri = f.toUri();
File dir = getParentFile(new File(uri.toURL().getPath()), packageDepth(e.getQualifiedName().toString()));
File dir = getParentFile(new File(uri.toURL().getPath()),
packageDepth(e.getQualifiedName().toString()));
return dir;
} catch (Throwable t) {
return null;