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:
parent
23d80600cd
commit
d1f508c0dc
2 changed files with 0 additions and 3 deletions
|
|
@ -31,8 +31,6 @@ import org.zkoss.zul.ListitemRenderer;
|
|||
|
||||
public interface IMultipleFiltersFinder {
|
||||
|
||||
void init();
|
||||
|
||||
/**
|
||||
* Return the FilterPair list match with filter.
|
||||
* @param filter
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ public class ResourcesMultipleFiltersFinder extends MultipleFiltersFinder {
|
|||
protected ResourcesMultipleFiltersFinder() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void init() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue