File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/main/java/com/uber/cadence/internal/compatibility/proto Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -374,19 +374,6 @@ static PendingActivityState pendingActivityState(com.uber.cadence.PendingActivit
374374 throw new IllegalArgumentException ("unexpected enum value" );
375375 }
376376
377- static PendingDecisionState pendingDecisionState (com .uber .cadence .PendingDecisionState t ) {
378- if (t == null ) {
379- return PENDING_DECISION_STATE_INVALID ;
380- }
381- switch (t ) {
382- case SCHEDULED :
383- return PENDING_DECISION_STATE_SCHEDULED ;
384- case STARTED :
385- return PENDING_DECISION_STATE_STARTED ;
386- }
387- throw new IllegalArgumentException ("unexpected enum value" );
388- }
389-
390377 static IndexedValueType indexedValueType (com .uber .cadence .IndexedValueType t ) {
391378 switch (t ) {
392379 case STRING :
You can’t perform that action at this time.
0 commit comments