diff --git a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/PointsUtils.java b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/PointsUtils.java
index 783fb098efc14f6b34d93e45f999871e89ce145f..58ead3a998847ff4f0dd0ff904993eaef59d3f45 100644
--- a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/PointsUtils.java
+++ b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/PointsUtils.java
@@ -32,19 +32,18 @@ import org.fortiss.tooling.base.model.layout.Points;
  * @author hoelzl
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating GREEN Hash: 227E9F825135F7AAB2B3C1B5B84BECB2
+ * @ConQAT.Rating YELLOW Hash: FC0C61F7FE7468FD3B96EE554E9C3817
  */
 public final class PointsUtils {
 
 	/**
-	 * Returns a {@link Points} layout data object with the given key. * @param
-	 * layouted the layouted model element
+	 * Returns a {@link Points} layout data object with the given key.
 	 * 
 	 * @param layouted
 	 *            the layouted model element
 	 * @param key
 	 *            the layout key
-	 * @return the {@link Points} object stored under the layout key
+	 * @return the {@link Points} object stored under the layout key.
 	 */
 	public static Points getPoints(ILayoutedModelElement layouted, String key) {
 		for(ILayoutData ld : layouted.getLayoutData()) {