浏览代码

Added javadoc.

markus.muehlbrandt@gmail.com 12 年之前
父节点
当前提交
8e0248cbb6

+ 2 - 2
plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/validation/STextValidationModelUtils.java

@@ -39,7 +39,7 @@ public final class STextValidationModelUtils {
 	 *            list of transitions to sort
 	 * @return an array with the sorted elements. The first index contains a
 	 *         list of the transitions without {@link EntryPointSpec}s. The
-	 *         second index contains a list with the transitions with
+	 *         second index contains a list of the transitions with
 	 *         {@link EntryPointSpec}s.
 	 */
 	public static List<Transition>[] getEntrySpecSortedTransitions(
@@ -74,7 +74,7 @@ public final class STextValidationModelUtils {
 	 *            - list of transitions to sort
 	 * @return an array with the sorted elements. The first index contains a
 	 *         list of the transitions without {@link ExitPointSpec}s. The
-	 *         second index contains a list with the transitions with
+	 *         second index contains a list of the transitions with
 	 *         {@link ExitPointSpec}s.
 	 */
 	public static List<Transition>[] getExitSpecSortedTransitions(