myCurrentNodeBaton = null;
}
public void applyTextDelta() throws SVNException {
FSDeltaConsumer fsConsumer = myCurrentRevisionBaton.getConsumer();
fsConsumer.applyTextDelta(myCurrentNodeBaton.myPath, myCurrentNodeBaton.myBaseChecksum);
}
public void setFullText() throws SVNException {
FSDeltaConsumer fsConsumer = myCurrentRevisionBaton.getConsumer();
fsConsumer.applyText(myCurrentNodeBaton.myPath);