Revision 760 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/FFrameOverView.java

View differences:

FFrameOverView.java
230 230
        return PERSISTENCE_DEFINITION_NAME;
231 231
    }
232 232

  
233
    public IFFrame clone() throws CloneNotSupportedException {
233
    @Override
234
    public FFrameOverView clone() throws CloneNotSupportedException {
234 235
        FFrameOverView frame = (FFrameOverView) super.clone();
235 236
        frame.setSelected(this.isSelected());
236
        cloneActions(frame);
237 237
        return frame;
238 238
    }
239 239

  

Also available in: Unified diff