[344907] Correcting reference to operation bodies conversion option.
diff --git a/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF b/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
index 46b86e4..4816dfa 100644
--- a/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.uml2.uml/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
  org.eclipse.emf.ecore;bundle-version="[2.7.0,3.0.0)";visibility:=reexport,
  org.eclipse.emf.ecore.xmi;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
- org.eclipse.uml2.common;bundle-version="[1.5.0,2.0.0)";visibility:=reexport,
+ org.eclipse.uml2.common;bundle-version="[1.6.0,2.0.0)";visibility:=reexport,
  org.eclipse.emf.mapping.ecore2xml;bundle-version="[2.5.0,3.0.0)"
 Eclipse-LazyStart: true
 Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
index c3e19f2..7022c9b 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.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
@@ -9,9 +9,9 @@
  *   IBM - initial API and implementation
  *   Kenn Hussey (Embarcadero Technologies) - 199624, 184249, 204406, 208125, 204200, 213218, 213903, 220669, 208016, 226396, 271470
  *   Nicolas Rouquette (JPL) - 260120, 313837
- *   Kenn Hussey - 286329, 313601, 314971
+ *   Kenn Hussey - 286329, 313601, 314971, 344907
  *
- * $Id: UMLUtil.java,v 1.88 2010/05/31 20:24:36 khussey Exp $
+ * $Id: UMLUtil.java,v 1.89 2011/05/06 01:42:10 khussey Exp $
  */
 package org.eclipse.uml2.uml.util;
 
@@ -2723,7 +2723,7 @@
 					if (specification != null
 						&& !(eModelElement instanceof EOperation
 							&& options != null && OPTION__PROCESS
-							.equals(options.get(OPERATION_BODY)))) {
+							.equals(options.get(OPTION__OPERATION_BODIES)))) {
 
 						addDocumentation(eModelElement, specification
 							.stringValue());