mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Fix warning for deprecated constructor
This commit is contained in:
parent
668d758ed0
commit
fd76f700c9
|
@ -42,6 +42,7 @@ public class CustomOrder extends Order {
|
||||||
this.formatterPattern = cart.getFormatterPattern();
|
this.formatterPattern = cart.getFormatterPattern();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings({ "deprecation" })
|
||||||
public CustomOrder() { }
|
public CustomOrder() { }
|
||||||
|
|
||||||
private long getDurationInSeconds(LocalDateTime start, LocalDateTime finish) {
|
private long getDurationInSeconds(LocalDateTime start, LocalDateTime finish) {
|
||||||
|
|
Loading…
Reference in a new issue