#3 -- Rename controller
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m5s
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m5s
This commit is contained in:
parent
78fe8236be
commit
1f3caff440
@ -13,10 +13,10 @@ import ru.ulstu.fc.rule.service.FuzzyRuleService;
|
|||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
@RequestMapping("rule")
|
@RequestMapping("rule")
|
||||||
public class RuleController {
|
public class FuzzyRuleController {
|
||||||
private final FuzzyRuleService ruleService;
|
private final FuzzyRuleService ruleService;
|
||||||
|
|
||||||
public RuleController(FuzzyRuleService ruleService) {
|
public FuzzyRuleController(FuzzyRuleService ruleService) {
|
||||||
this.ruleService = ruleService;
|
this.ruleService = ruleService;
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user