saga-format/src/main/java/org/apache/servicecomb/saga/format/JsonRestSagaRequest.java [49:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        fallback == null ? NOP_TRANSPORT_AWARE_FALLBACK : fallback,
        parents, failRetryDelayMilliseconds);

    checkNull(transaction, "transaction");
    checkNull(compensation, "compensation");

    this.transaction = transaction;
    this.compensation = compensation;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



saga-format/src/main/java/org/apache/servicecomb/saga/format/JsonSQLSagaRequest.java [47:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        fallback == null ? NOP_TRANSPORT_AWARE_FALLBACK : fallback,
        parents, failRetryDelayMilliseconds);

    checkNull(transaction, "transaction");
    checkNull(compensation, "compensation");

    this.transaction = transaction;
    this.compensation = compensation;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



