Skip to content

Commit

Permalink
Removed a check on the AddressProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Sep 25, 2023
1 parent 947b82c commit 4787a48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ private static void _checkIfLegIsValid (@Nonnull final ErrorList aErrorList,
else
{
// Empty address protocol
aErrorList.add (_createError (sFieldPrefix + "AddressProtocol is missing"));
if (false)
aErrorList.add (_createError (sFieldPrefix + "AddressProtocol is missing"));
}

final ESoapVersion eSOAPVersion = aLegProtocol.getSoapVersion ();
Expand Down

0 comments on commit 4787a48

Please sign in to comment.