Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libFMap_data_dwg / src / org / gvsig / fmap / data / feature / file / dwg / operation / Register.java @ 23233

History | View | Annotate | Download (390 Bytes)

1
package org.gvsig.fmap.data.feature.file.dwg.operation;
2

    
3

    
4
public class Register {
5
        public static void selfRegister() {
6
                //Register operations
7
                if (DefaultLegendOperation.CODE < 0){
8
                        throw new RuntimeException("Register Operation exception");
9
                }
10

    
11
                if (DefaultLabelingStrategyOperation.CODE < 0){
12
                        throw new RuntimeException("Register Operation exception");
13
                }
14

    
15
        }
16
}