Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2011-01-27 21:39:04 +0000
committerkhussey2011-01-27 21:39:04 +0000
commit06fcc546a9d4a5ecb0e4b5f72ff430d0cf088220 (patch)
tree1c47f92838d4893031119606d5e284b960b4327c /plugins/org.eclipse.uml2.uml
parent8e7c65ad1b0e5ecfb4be37bcae384d5df4b3b1d5 (diff)
downloadorg.eclipse.uml2.git.040612-06fcc546a9d4a5ecb0e4b5f72ff430d0cf088220.tar.gz
org.eclipse.uml2.git.040612-06fcc546a9d4a5ecb0e4b5f72ff430d0cf088220.tar.xz
org.eclipse.uml2.git.040612-06fcc546a9d4a5ecb0e4b5f72ff430d0cf088220.zip
[323181] Regenerating based on changes in EMF for bug 287249.v201101271655
Diffstat (limited to 'plugins/org.eclipse.uml2.uml')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLSwitch.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLSwitch.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLSwitch.java
index 5dac305a..601a7b79 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLSwitch.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLSwitch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2010 IBM Corporation, Embarcadero Technologies, and others.
+ * Copyright (c) 2005, 2011 IBM Corporation, Embarcadero Technologies, 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
@@ -10,7 +10,7 @@
* Kenn Hussey (Embarcadero Technologies) - 205188
* Kenn Hussey - 323181
*
- * $Id: UMLSwitch.java,v 1.20 2011/01/21 01:17:37 khussey Exp $
+ * $Id: UMLSwitch.java,v 1.21 2011/01/27 21:39:04 khussey Exp $
*/
package org.eclipse.uml2.uml.util;

Back to the top