Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Jan 14, 2020
1 parent bf648d4 commit a1b562e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected Future<ActionDescription> internalApplyActionAuthenticated(final Authe
return super.internalApplyActionAuthenticated(authenticatedValue, actionDescriptionBuilder, authenticationBaseData, authPair);
}

// apply action on all service remotes, action impact in set via the actionDescriptionBuilder.
// apply action on all service remotes, action impact is set via the actionDescriptionBuilder.
final byte[] sessionKey = (authenticationBaseData != null) ? authenticationBaseData.getSessionKey() : null;
return FutureProcessor.postProcess((result) -> actionDescriptionBuilder.build(), serviceRemoteManager.applyActionAuthenticated(authenticatedValue, actionDescriptionBuilder, sessionKey));
} catch (CouldNotPerformException ex) {
Expand Down

0 comments on commit a1b562e

Please sign in to comment.