Skip to content

Commit 09940eb

Browse files
WS-2219: fix imports and comment
1 parent 9f0d860 commit 09940eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

model/src/main/java/com/basistech/rosette/apimodel/EventsOptions.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import lombok.Value;
2222

2323
import javax.validation.constraints.NotBlank;
24-
import javax.validation.constraints.NotEmpty;
25-
import javax.validation.constraints.NotNull;
2624

2725
/**
2826
* Events options
@@ -39,7 +37,7 @@ public class EventsOptions extends Options {
3937
.build();
4038

4139
/**
42-
* @return the modelType to use.
40+
* workspaceId to use.
4341
*/
4442
@NotBlank
4543
String workspaceId;

0 commit comments

Comments
 (0)