Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/JpaProject.java')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/JpaProject.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/JpaProject.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/JpaProject.java
index d087ef979c..4f63da8621 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/JpaProject.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/JpaProject.java
@@ -172,13 +172,6 @@ public interface JpaProject
// ********** Java resources **********
/**
- * Return the Java resource compilation unit corresponding to the specified
- * file. Return null if the file is not part of the JPA project or if the
- * file's content is not Java source code.
- */
- JavaResourceCompilationUnit getJavaResourceCompilationUnit(IFile file);
-
- /**
* Return the names of the JPA project's annotated Java classes
* (ignoring classes in JARs referenced in the persistence.xml).
*/

Back to the top