Skip to content

Commit be5f4c8

Browse files
committed
Renamed variable
1 parent 73e26df commit be5f4c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phase4-lib/src/main/java/com/helger/phase4/profile/IAS4ProfileValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ default void validatePMode (@Nonnull final IPMode aPMode,
6262
*
6363
* @param aUserMsg
6464
* The message to use for comparison. May not be <code>null</code>.
65-
* @param aSigCert
65+
* @param aSignCert
6666
* The signature certificate used to sign the message. Can be
6767
* <code>null</code>.
6868
* @param aMessageMetadata
@@ -73,7 +73,7 @@ default void validatePMode (@Nonnull final IPMode aPMode,
7373
* @since 2.5.0
7474
*/
7575
default void validateInitiatorIdentity (@Nonnull final Ebms3UserMessage aUserMsg,
76-
@Nullable final X509Certificate aSigCert,
76+
@Nullable final X509Certificate aSignCert,
7777
@Nonnull final IAS4IncomingMessageMetadata aMessageMetadata,
7878
@Nonnull final ErrorList aErrorList)
7979
{}

0 commit comments

Comments
 (0)