blob: 2543d731c1006b30874a12eaa1d1285c275e7721 [file] [log] [blame]
package de.ids_mannheim.korap.config;
/**
* @author hanl
* @date 11/02/2016
*/
public interface KustvaktBaseDaoInterface {
int size ();
int truncate ();
}