Merge branch 'release/2.1.3'
This commit is contained in:
commit
a96d0060ed
2
pom.xml
2
pom.xml
@ -7,7 +7,7 @@
|
||||
|
||||
<groupId>me.bvn13</groupId>
|
||||
<artifactId>fsm</artifactId>
|
||||
<version>2.1.2</version>
|
||||
<version>2.1.3</version>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user