From 46e09e2ac1e20810fae02901c077ece501277731 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Thu, 10 Mar 2016 13:20:36 +0000 Subject: [PATCH] YELLOW --- .../src/org/fortiss/tooling/base/utils/PointsUtils.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 783fb098e..58ead3a99 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()) { -- GitLab