3-parse-rule #10
@ -13,10 +13,10 @@ import ru.ulstu.fc.rule.service.FuzzyRuleService;
|
||||
|
||||
@Controller
|
||||
@RequestMapping("rule")
|
||||
public class RuleController {
|
||||
public class FuzzyRuleController {
|
||||
private final FuzzyRuleService ruleService;
|
||||
|
||||
public RuleController(FuzzyRuleService ruleService) {
|
||||
public FuzzyRuleController(FuzzyRuleService ruleService) {
|
||||
this.ruleService = ruleService;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user