mirror of https://github.com/apache/openjpa.git
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:
parent
49f000f54a
commit
3bfcd22c9e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue