createFollowResponse);
createResponse = createFollowResponse;
if (createFollowRequest != null) {
// create follow edge
final CreateFollow createFollowCommand = new CreateFollow(
this, createFollowResponse, createFollowRequest);
this.commandQueue.add(createFollowCommand);
commandStacked = true;
}