Remove commetn blocks
Co-authored-by: Liam Williams <liam.williams@zoho.com>
This commit is contained in:
parent
1f5f4af22a
commit
39a7c06605
|
@ -34,10 +34,6 @@ public class Shift {
|
||||||
return start + " - " + end;
|
return start + " - " + end;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************
|
|
||||||
// Getters and setters
|
|
||||||
// ************************************************************************
|
|
||||||
|
|
||||||
public LocalDateTime getStart() {
|
public LocalDateTime getStart() {
|
||||||
return start;
|
return start;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue