minor, add @Override
This commit is contained in:
parent
b34957e242
commit
a63c84b4ca
|
@ -169,11 +169,13 @@ public class WTimeEditor extends WEditor
|
||||||
getComponent().setReadonly(!readWrite);
|
getComponent().setReadonly(!readWrite);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public String[] getEvents()
|
public String[] getEvents()
|
||||||
{
|
{
|
||||||
return LISTENER_EVENTS;
|
return LISTENER_EVENTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void fillHorizontal() {
|
public void fillHorizontal() {
|
||||||
//do nothing, can't stretch a timebox
|
//do nothing, can't stretch a timebox
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue