Merge branch 'release/2.1.3'

master 2.1.3
Vyacheslav Boyko 2022-07-07 23:33:27 +03:00
commit a96d0060ed
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<groupId>me.bvn13</groupId>
<artifactId>fsm</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<packaging>jar</packaging>

View File

@ -1,7 +1,7 @@
package me.bvn13.fsm.exceptions;
/**
* is thrown in case of adding a transition <code>FROM->TO</code>, but it is already defined
* is thrown in case of adding a transition <code>FROM - TO</code>, but it is already defined
*/
public class ConditionAlreadyExistsException extends FsmException {
public ConditionAlreadyExistsException(String from, String to) {