Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2007-02-14 19:56:07 +0000
committerkhussey2007-02-14 19:56:07 +0000
commit74c308964ef6505fd692356d812807c6e79e3090 (patch)
treea5c95caf8633a3e135304d290325386d72d89d85 /plugins/org.eclipse.uml2.codegen.ecore
parent3dcc3a5d82ee5052121e2e7369f60f108134ffa0 (diff)
downloadorg.eclipse.uml2-74c308964ef6505fd692356d812807c6e79e3090.tar.gz
org.eclipse.uml2-74c308964ef6505fd692356d812807c6e79e3090.tar.xz
org.eclipse.uml2-74c308964ef6505fd692356d812807c6e79e3090.zip
[160679] Eliminating empty block warnings.
Diffstat (limited to 'plugins/org.eclipse.uml2.codegen.ecore')
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenBase.java6
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenClassifier.java6
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenDataType.java6
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnum.java6
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnumLiteral.java6
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenParameter.java6
-rw-r--r--plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenTypedElement.java6
7 files changed, 28 insertions, 14 deletions
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenBase.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenBase.java
index 1f0839221..ca3b33d48 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenBase.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenBase.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenBase.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -25,4 +25,6 @@ package org.eclipse.uml2.codegen.ecore.genmodel;
public interface GenBase
extends org.eclipse.emf.codegen.ecore.genmodel.GenBase {
+ // no methods
+
} // GenBase
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenClassifier.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenClassifier.java
index a0e32e73f..6f9035722 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenClassifier.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenClassifier.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenClassifier.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenClassifier.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -25,4 +25,6 @@ package org.eclipse.uml2.codegen.ecore.genmodel;
public interface GenClassifier
extends org.eclipse.emf.codegen.ecore.genmodel.GenClassifier, GenBase {
+ // no methods
+
} // GenClassifier
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenDataType.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenDataType.java
index 428ff4812..467811345 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenDataType.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenDataType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenDataType.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenDataType.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -26,4 +26,6 @@ public interface GenDataType
extends org.eclipse.emf.codegen.ecore.genmodel.GenDataType,
GenClassifier {
+ // no methods
+
} // GenDataType
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnum.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnum.java
index bce7f73a5..d733834f5 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnum.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnum.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenEnum.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenEnum.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -25,4 +25,6 @@ package org.eclipse.uml2.codegen.ecore.genmodel;
public interface GenEnum
extends org.eclipse.emf.codegen.ecore.genmodel.GenEnum, GenDataType {
+ // no methods
+
} // GenEnum
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnumLiteral.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnumLiteral.java
index 23da5ba41..5217f7664 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnumLiteral.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenEnumLiteral.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenEnumLiteral.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenEnumLiteral.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -25,4 +25,6 @@ package org.eclipse.uml2.codegen.ecore.genmodel;
public interface GenEnumLiteral
extends org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral, GenBase {
+ // no methods
+
} // GenEnumLiteral
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenParameter.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenParameter.java
index 118f258f7..cdb9bb16b 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenParameter.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenParameter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenParameter.java,v 1.3 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenParameter.java,v 1.4 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -26,4 +26,6 @@ public interface GenParameter
extends org.eclipse.emf.codegen.ecore.genmodel.GenParameter,
GenTypedElement {
+ // no methods
+
} // GenParameter
diff --git a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenTypedElement.java b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenTypedElement.java
index 47a51023e..021a3166e 100644
--- a/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenTypedElement.java
+++ b/plugins/org.eclipse.uml2.codegen.ecore/src/org/eclipse/uml2/codegen/ecore/genmodel/GenTypedElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GenTypedElement.java,v 1.2 2006/12/14 15:45:13 khussey Exp $
+ * $Id: GenTypedElement.java,v 1.3 2007/02/14 19:56:07 khussey Exp $
*/
package org.eclipse.uml2.codegen.ecore.genmodel;
@@ -25,4 +25,6 @@ package org.eclipse.uml2.codegen.ecore.genmodel;
public interface GenTypedElement
extends org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement, GenBase {
+ // no methods
+
} // GenTypedElement

Back to the top