markus.muehlbrandt@gmail.com преди 12 години
родител
ревизия
8e0248cbb6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/validation/STextValidationModelUtils.java

+ 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(