.
diff --git a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/PredefinedColoredAreas.java b/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/PredefinedColoredAreas.java
index 3908ae8..1a42b8c 100644
--- a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/PredefinedColoredAreas.java
+++ b/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/PredefinedColoredAreas.java
@@ -474,9 +474,9 @@
 	}
 
 	/**
-	 * Converts a Char representing a hexadecimal number into an Integer.
+	 * Converts a String representing a hexadecimal number into an Integer.
 	 * 
-	 * @param Char
+	 * @param String
 	 *            representing a hexadecimal number
 	 * @return the integer representation of the hexadecimal string
 	 */