Skip to content
Snippets Groups Projects
Commit 9c4f4c05 authored by Goik Martin's avatar Goik Martin
Browse files

Correcting wrong limit in exam as well

parent f46432a9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ public class InternetShop {
* <p>Ab diesem unrabattiertem Bestellwert erfolgt ein
* kostenfreier Versand.</p>
*/
static public final double GRENZE_VERSANDFREI = 300.00;
static public final double GRENZE_VERSANDFREI = 100.00;
/**
* <p>Dieser prozentuale Rabatt wird auf Bestellungen gewährt, deren
* Summe den Wert von {@link #RABATTGRENZE} erreicht.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment