Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2010-10-26 19:14:12 +0000
committerkmoore2010-10-26 19:14:12 +0000
commitc165272f9180c5811e6aee382d8bd0bd81decd2d (patch)
treea9498b7a9252248139897c3f930baab336c35eb4
parente77ee82ae43ad9eda8c8d032e4cf623d765d1511 (diff)
downloadwebtools.dali-c165272f9180c5811e6aee382d8bd0bd81decd2d.tar.gz
webtools.dali-c165272f9180c5811e6aee382d8bd0bd81decd2d.tar.xz
webtools.dali-c165272f9180c5811e6aee382d8bd0bd81decd2d.zip
fixed comment
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/resource/java/JavaResourcePersistentType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/resource/java/JavaResourcePersistentType.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/resource/java/JavaResourcePersistentType.java
index 140da3fd7f..5aefcf92f3 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/resource/java/JavaResourcePersistentType.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/resource/java/JavaResourcePersistentType.java
@@ -71,7 +71,7 @@ public interface JavaResourcePersistentType
String MEMBER_TYPE_PROPERTY = "memberType"; //$NON-NLS-1$
/**
- * Return whether the type is abstract.
+ * Return whether the type is static.
*/
boolean isStatic();
String STATIC_PROPERTY = "static"; //$NON-NLS-1$

Back to the top