package javax.baja.history; public interface ITruncatable { boolean truncate(int i); }