Skip to content

Commit 994fa30

Browse files
author
Stephen Powis
committed
Make class public
1 parent a054d49 commit 994fa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/sourcelab/kafka/connect/apiclient/request/dto/ConnectorStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public String toString() {
5252
/**
5353
* Defines the status of a Task.
5454
*/
55-
private static final class TaskStatus {
55+
public static final class TaskStatus {
5656
private int id;
5757
private String state;
5858
private String workerId;

0 commit comments

Comments
 (0)