Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Butzke2012-08-30 18:14:49 +0000
committerKaren Butzke2012-08-30 18:14:49 +0000
commit0d7335956d67ff608c20b6d4529c4ec77cfbb669 (patch)
treee691987b99cf84bef1930e5e21a176d7fd488145
parent4eb6cd54720c31e55b23ce2b7f8bd7218341793c (diff)
downloadwebtools.dali-0d7335956d67ff608c20b6d4529c4ec77cfbb669.tar.gz
webtools.dali-0d7335956d67ff608c20b6d4529c4ec77cfbb669.tar.xz
webtools.dali-0d7335956d67ff608c20b6d4529c4ec77cfbb669.zip
removed now unnecessary TODO
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/src/org/eclipse/jpt/jpa/eclipselink/core/context/UuidGenerator.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/src/org/eclipse/jpt/jpa/eclipselink/core/context/UuidGenerator.java b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/src/org/eclipse/jpt/jpa/eclipselink/core/context/UuidGenerator.java
index 1ebb2518d8..792080c31d 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/src/org/eclipse/jpt/jpa/eclipselink/core/context/UuidGenerator.java
+++ b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/src/org/eclipse/jpt/jpa/eclipselink/core/context/UuidGenerator.java
@@ -21,7 +21,6 @@ import org.eclipse.jpt.jpa.core.context.Generator;
* will almost certainly be broken (repeatedly) as the API evolves.
*
*/
-//TODO extend JpaNamedContextNode instead, UuidGenerator does not support initialValue and allocationSize
public interface UuidGenerator
extends Generator
{

Back to the top