We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66abc42 commit 42689e6Copy full SHA for 42689e6
src/main/java/org/bk/ass/Agent.java
@@ -300,7 +300,7 @@ public void setAttackTarget(Agent attackTarget) {
300
this.attackTarget = attackTarget;
301
}
302
303
- /** Sets agents that are linked to this one (ie. Carriers<->Interceptors). */
+ /** Set this carriers interceptors. These will be killed as well, if the carrier dies. */
304
public void setInterceptors(Collection<Agent> childAgents) {
305
this.interceptors = new ArrayList<>(childAgents);
306
0 commit comments