Skip to content

Commit

Permalink
Moving the MainClass to the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Jan 29, 2025
1 parent ec63747 commit 6131799
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package giis.retorch.orchestration.generator;
package giis.retorch.orchestration.main;

import giis.retorch.orchestration.classifier.EmptyInputException;
import giis.retorch.orchestration.generator.OrchestrationGenerator;
import giis.retorch.orchestration.orchestrator.NoFinalActivitiesException;
import giis.retorch.orchestration.scheduler.NoTGroupsInTheSchedulerException;
import giis.retorch.orchestration.scheduler.NotValidSystemException;
Expand Down

0 comments on commit 6131799

Please sign in to comment.