Revision 42355

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.jts/src/main/java/org/gvsig/fmap/geom/jts/primitive/point/AbstractPoint.java
327 327
     * @see org.gvsig.fmap.geom.jts.GeometryJTS#flip()
328 328
     */
329 329
    public void flip() throws GeometryOperationNotSupportedException, GeometryOperationException {
330
        //FIXME: throw UnssupportedOperationException or do nothing?
331
//        String message = "Can't flip a point";
332
//        notifyDeprecated(message);
333
//        throw new UnsupportedOperationException(message);
330
        //Do nothing
334 331
    }
335 332
}

Also available in: Unified diff