We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700c4b6 commit 9fdb6a7Copy full SHA for 9fdb6a7
1 file changed
SimpleJavaWebApplication/src/main/java/de/codecentric/sjwa/services/BerechnungService.java
@@ -58,7 +58,7 @@ public class BerechnungService implements Serializable {
58
public String addiere() {
59
output.clear();
60
output.add(addition.ausfuehren(werte));
61
- return "index";
+ return "rechner";
62
}
63
64
/**
@@ -72,7 +72,7 @@ public String alleAusfuehren() {
72
for (Berechnung operation : operationen) {
73
output.add(operation.ausfuehren(werte));
74
75
76
77
78
@PostConstruct
0 commit comments