Revision 145 branches/usability_v2/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/IFFrameUseFMap.java

View differences:

IFFrameUseFMap.java
32 32
public interface IFFrameUseFMap {
33 33

  
34 34
    public static final int AUTOMATICO = 0;
35
    /**
36
    * @Deprecated {@value #CONSTANTE} is considered now
37
    * equivalent to {@link #MANUAL}
38
    */
35 39
    public static final int CONSTANTE = 1;
36 40
    public static final int MANUAL = 2;
37 41

  

Also available in: Unified diff