Skip to content

Commit 5f1bc21

Browse files
OndrejVaneppicha
authored andcommitted
#4 Allow reparameterization in AP detail
- change success message
1 parent 353c5b9 commit 5f1bc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cz/zcu/fav/kiv/antipatterndetectionapp/controller/AppController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public String configurationPost(Model model,
138138
@RequestParam(value = "configNames", required = false) String[] configNames) {
139139

140140
if (antiPatternService.saveNewConfiguration(configNames, configValues)) {
141-
model.addAttribute("successMessage", "All threshold values has been successfully saved.");
141+
model.addAttribute("successMessage", "All configuration values has been successfully saved.");
142142
} else {
143143
model.addAttribute("errorMessage", "One or more configuration values are not in correct format");
144144
}

0 commit comments

Comments
 (0)