fixing publication

develop
Vyacheslav Boyko 2022-07-07 23:32:53 +03:00
parent 6fb337ce01
commit a32dabbb39
1 changed files with 1 additions and 1 deletions

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) {