Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkulp2004-02-03 23:25:15 +0000
committerrkulp2004-02-03 23:25:15 +0000
commitbe4960104c37e1419e0be69ddd7f315c33f2fb47 (patch)
treef039d1141cf90997e25aa27ae042d4e66e473029 /plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java
parent5b64378dbf6f879d7067ff24c27cc568fb756870 (diff)
downloadwebtools.javaee-be4960104c37e1419e0be69ddd7f315c33f2fb47.tar.gz
webtools.javaee-be4960104c37e1419e0be69ddd7f315c33f2fb47.tar.xz
webtools.javaee-be4960104c37e1419e0be69ddd7f315c33f2fb47.zip
Regenerate to latest. All are just comment changes.
Diffstat (limited to 'plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java')
-rw-r--r--plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java
index c2ca5e16c..09f223990 100644
--- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java
+++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/PTBooleanLiteral.java
@@ -10,7 +10,7 @@
*******************************************************************************/
/*
* $RCSfile: PTBooleanLiteral.java,v $
- * $Revision: 1.2 $ $Date: 2004/02/03 23:18:28 $
+ * $Revision: 1.3 $ $Date: 2004/02/03 23:25:15 $
*/
package org.eclipse.jem.internal.instantiation;
@@ -26,11 +26,11 @@ package org.eclipse.jem.internal.instantiation;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.jem.internal.instantiation.BooleanLiteral#isBooleanValue <em>Boolean Value</em>}</li>
+ * <li>{@link org.eclipse.jem.internal.instantiation.PTBooleanLiteral#isBooleanValue <em>Boolean Value</em>}</li>
* </ul>
* </p>
*
- * @see org.eclipse.jem.internal.instantiation.InstantiationPackage#getBooleanLiteral()
+ * @see org.eclipse.jem.internal.instantiation.InstantiationPackage#getPTBooleanLiteral()
* @model
* @generated
*/

Back to the top