10011002100310041005100610071008100910101011
return true; } if (!action.sequenceIdAlreadyUsed(actionLink.getSequenceId())) { // action was not called with this sequenceId action.calledWithSequenceId(actionLink.getSequenceId()); } else { correctSequence = false; } } return correctSequence;