scrooge-generator/src/main/resources/apachejavagen/struct_inner.mustache [534:544]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {{#is_passthrough_struct}}
    if (this.passThroughFields != null) {
      for (TFieldBlob field : this.passThroughFields.values()) {
        field.write(oprot);
      }
    }
    {{/is_passthrough_struct}}
    oprot.writeFieldStop();
    oprot.writeStructEnd();
  }
  {{/is_result}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scrooge-generator/src/main/resources/apachejavagen/struct_inner.mustache [579:590]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {{#is_passthrough_struct}}
    if (this.passThroughFields != null) {
      for (TFieldBlob field : this.passThroughFields.values()) {
        field.write(oprot);
      }
    }
    {{/is_passthrough_struct}}

    oprot.writeFieldStop();
    oprot.writeStructEnd();
  }
  {{/is_result}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



