locationtech / udig-platform

uDig parent project containing all core components. More plugins can be found in community repos: http://github.com/uDig-Community
http://udig.refractions.net
189 stars 133 forks source link

Fix wrong javadoc by removing the comment of methods with '@Override' #622

Closed sschulz92 closed 2 years ago

sschulz92 commented 2 years ago

The javadoc of the following method was wrong:

/**
 * @see org.locationtech.udig.project.internal.render.RenderManager#refreshSelection(org.locationtech.jts.geom.Envelope)
 */
@Override
public void refreshSelection(ILayer layer, Envelope bounds) {
    throw new UnsupportedOperationException();
}