retrait de la declaration du double fee
This commit is contained in:
parent
20d1b4dd03
commit
f9518d068d
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ public class FeeCalculator {
|
||||||
throw new IllegalArgumentException("Invalid ticket type");
|
throw new IllegalArgumentException("Invalid ticket type");
|
||||||
}
|
}
|
||||||
|
|
||||||
double fee = visitor.calculateFee(ticketType);
|
return visitor.calculateFee(ticketType);
|
||||||
return fee;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue