fixing publication
This commit is contained in:
parent
6fb337ce01
commit
a32dabbb39
@ -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