Skip to content

In Saaj12SoapEnvelope#getHeader() header != null should become header == null [SWS-71] #229

@gregturn

Description

@gregturn

Steven Devijver opened SWS-71 and commented

public SoapHeader getHeader() {
    if (header != null) {

Should become:

public SoapHeader getHeader() {
    if (header == null) {

Affects: 1.0 M2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions