Skip to content

Commit 6cf9d5b

Browse files
Rodrigo Dos SantosRodrigo Dos Santos
authored andcommitted
Fixed dto set set activated=true - build quarkus-service
1 parent 9dc1621 commit 6cf9d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarkus-service/src/main/java/com/microservice/quarkus/dto/CompanyDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class CompanyDto {
99
@NotBlank
1010
private String name;
1111
private String createdByUser;
12-
private boolean activated;
12+
private boolean activated = true;
1313
private Instant createdDate;
1414
private String lastModifiedByUser;
1515
private Instant lastModifiedDate;

0 commit comments

Comments
 (0)