File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/main/java/com/uber/cadence/internal/compatibility/thrift Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -307,22 +307,6 @@ static WorkflowExecutionFilter workflowExecutionFilter(
307
307
return res ;
308
308
}
309
309
310
- static WorkflowTypeFilter workflowTypeFilter (com .uber .cadence .api .v1 .WorkflowTypeFilter t ) {
311
- if (t == null || t == com .uber .cadence .api .v1 .WorkflowTypeFilter .getDefaultInstance ()) {
312
- return null ;
313
- }
314
- WorkflowTypeFilter res = new WorkflowTypeFilter ();
315
- res .setName (t .getName ());
316
- return res ;
317
- }
318
-
319
- static WorkflowExecutionCloseStatus statusFilter (com .uber .cadence .api .v1 .StatusFilter t ) {
320
- if (t == null || t == com .uber .cadence .api .v1 .StatusFilter .getDefaultInstance ()) {
321
- return null ;
322
- }
323
- return workflowExecutionCloseStatus (t .getStatus ());
324
- }
325
-
326
310
static Map <String , ByteBuffer > payloadMap (Map <String , com .uber .cadence .api .v1 .Payload > t ) {
327
311
if (t == null ) {
328
312
return null ;
You can’t perform that action at this time.
0 commit comments