fix comp error

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/src/javax/persistence/CascadeType.java b/src/javax/persistence/CascadeType.java
index 4153dd7..78afaa4 100644
--- a/src/javax/persistence/CascadeType.java
+++ b/src/javax/persistence/CascadeType.java
@@ -16,15 +16,6 @@
 
 package javax.persistence;
 
-/////
-// Defines the set of cascadable operations that are propagated
-// to the associated entity.
-// The value <code>cascade=ALL</code> is equivalent to
-// <code>cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH}</code>.
-
-// @since Java Persistence 1.0
- package javax.persistence;
-
 /**
  * Defines the set of cascadable operations that are propagated 
  * to the associated entity.