Searched refs:oldComment (Results 1 – 1 of 1) sorted by relevance
447 SingleComment oldComment = (SingleComment)(iter.next()); in noteDifferences() local448 int idx = Collections.binarySearch(newComments.commentsList_, oldComment); in noteDifferences()450 … System.out.println("Warning: comment \"" + oldComment.id_ + "\" is no longer used."); in noteDifferences()451 oldComment.isUsed_ = false; in noteDifferences()452 newComments.commentsList_.add(oldComment); in noteDifferences()