if (!allreadyInSeq.contains(current)) {
personalHistory.add(current);
allreadyInSeq.add(current);
}
}
oldPersonalHistory.removeProperties();
}
StmtIterator phStmts = subject
.listProperties(HISTORY.personalHistory);
Set stmtsToRemove = new HashSet();
while (phStmts.hasNext()) {