GridTabWrapper: make it Java 5 compatible

This commit is contained in:
teo_sarca 2009-02-05 16:21:00 +00:00
parent 3f65c5be03
commit a72ef132f0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class GridTabWrapper implements InvocationHandler
this.m_gridTab = gridTab;
}
@Override
// @Override
public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable
{