Remove no needed method on interface.

There is no need to have defined in the interface a init method in
order to apply post creation callback

FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
Óscar González Fernández 2010-09-09 22:14:35 +02:00
parent 23d80600cd
commit d1f508c0dc
2 changed files with 0 additions and 3 deletions

View file

@ -31,8 +31,6 @@ import org.zkoss.zul.ListitemRenderer;
public interface IMultipleFiltersFinder {
void init();
/**
* Return the FilterPair list match with filter.
* @param filter

View file

@ -46,7 +46,6 @@ public class ResourcesMultipleFiltersFinder extends MultipleFiltersFinder {
protected ResourcesMultipleFiltersFinder() {
}
@Override
public void init() {
}