File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/main/java/com/redhat/labs/omp/models Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
package com .redhat .labs .omp .models ;
2
2
3
- import java .time .LocalDateTime ;
4
-
5
3
import lombok .AllArgsConstructor ;
6
4
import lombok .Builder ;
7
5
import lombok .Data ;
@@ -15,6 +13,6 @@ public class CreationDetails {
15
13
16
14
private String createdByUser ;
17
15
private String createdByEmail ;
18
- private LocalDateTime createdOn ;
16
+ private String createdOn ;
19
17
20
18
}
Original file line number Diff line number Diff line change 1
1
package com .redhat .labs .omp .models ;
2
2
3
- import java .time .LocalDateTime ;
4
-
5
3
import lombok .AllArgsConstructor ;
6
4
import lombok .Builder ;
7
5
import lombok .Data ;
13
11
@ AllArgsConstructor
14
12
public class Launch {
15
13
16
- private LocalDateTime launchedDateTime ;
14
+ private String launchedDateTime ;
17
15
private String launchedBy ;
18
16
19
17
}
You can’t perform that action at this time.
0 commit comments