improve visuals
This commit is contained in:
parent
31bdece813
commit
c6217bf106
36 changed files with 23 additions and 119 deletions
|
@ -27,9 +27,9 @@ public class CommandEpoch extends Command {
|
|||
throw new RunException("'%s' ist keine gültige Zahl", input);
|
||||
}
|
||||
if(num < 0)
|
||||
throw new RunException("Die Zeit muss mindestens 0 betragen", num);
|
||||
throw new RunException("Die Zeit muss mindestens 0 betragen");
|
||||
else if(num > max)
|
||||
throw new RunException("Die Zeit darf höchstens %d betragen", num, max);
|
||||
throw new RunException("Die Zeit darf höchstens %d betragen", max);
|
||||
return num;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue