Skip to content

Commit

Permalink
ISPN-9939 for 9.4.x brandname variable in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored and pruivo committed Feb 12, 2019
1 parent 43f6d4b commit da04805
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface DistributedCallable<K, V, T> extends Callable<T> {
/**
* Invoked by execution environment after DistributedCallable
* has been migrated for execution to a specific {brandname} node.
* has been migrated for execution to a specific node.
*
* @param cache
* cache whose keys are used as input data for this
Expand Down Expand Up @@ -110,12 +110,12 @@ public interface DistributedTaskFailoverPolicy {
/**
* As parts of distributively executed task can fail due to the task itself throwing an exception
* or it can be an {brandname} system caused failure (e.g node failed or left cluster during task
* or it can be a system caused failure (e.g node failed or left cluster during task
* execution etc).
*
* @param failoverContext
* the FailoverContext of the failed execution
* @return result the Address of the {brandname} node selected for fail over execution
* @return result the Address of the node selected for fail over execution
*/
Address failover(FailoverContext context);
Expand Down

0 comments on commit da04805

Please sign in to comment.