Package change
- Move RepositoryStateMachinePersist from support to persist as we're starting to have more persist related classes. - Relates to #184
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.statemachine.support;
|
||||
package org.springframework.statemachine.persist;
|
||||
|
||||
import org.springframework.statemachine.StateMachineContext;
|
||||
import org.springframework.statemachine.StateMachineContextRepository;
|
||||
Reference in New Issue
Block a user