Skip to content

Commit 3e0500a

Browse files
author
Shailesh Jagannath Padave
committed
remove unnecessary changes
1 parent 0b3498b commit 3e0500a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conductor-client/src/main/java/com/netflix/conductor/common/model/ProtoRegistryEntry.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@Data
1818
public class ProtoRegistryEntry {
19-
private String serviceName;
20-
private String filename;
21-
private byte[] data;
19+
private final String serviceName;
20+
private final String filename;
21+
private final byte[] data;
2222
}

0 commit comments

Comments
 (0)