Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
renaming strategy factory to match other strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
nixlaos committed Oct 23, 2023
1 parent 52d94a3 commit ee135ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import java.util.HashMap;
import java.util.Map;

class RebalancingShipmentsStrategyFactory {
class RebalancingStrategyFactory {


RebalancingShipmentsStrategyFactory() {
RebalancingStrategyFactory() {
}

GenericPlanStrategy<LSPPlan, LSP> createStrategy() {
Expand Down

0 comments on commit ee135ee

Please sign in to comment.