minor, add @Override

This commit is contained in:
Heng Sin Low 2009-04-23 09:36:31 +00:00
parent b34957e242
commit a63c84b4ca
1 changed files with 2 additions and 0 deletions

View File

@ -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
} }