You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PENDING(0),
PROCESSING(1),
FINISHED(2),
PENDING_RE_EXECUTION(3),
PROCESSING_ERROR(9);
@EnumId
@Getter
private final int code;
}
[ERROR] /C:/Plataform/projects/workspace-spring-dashboard/project-boot/src/main/java/br/com/foo/entity/enums/ProcessStatus.java:[20,12] constructor ProcessStatus in enum br.com.foo.core.entity.enums.ProcessStatus cannot be applied to given types;
required: no arguments
found: int
reason: actual and formal argument lists differ in length
The text was updated successfully, but these errors were encountered:
Guys,
I'm having a problem performing the build. Does anyone have any ideas?
@requiredargsconstructor
public enum ProcessStatus {
}
[ERROR] /C:/Plataform/projects/workspace-spring-dashboard/project-boot/src/main/java/br/com/foo/entity/enums/ProcessStatus.java:[20,12] constructor ProcessStatus in enum br.com.foo.core.entity.enums.ProcessStatus cannot be applied to given types;
required: no arguments
found: int
reason: actual and formal argument lists differ in length
The text was updated successfully, but these errors were encountered: