3-parse-rule #10
@ -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