Revision 45722 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.basicformats/src/main/java/org/gvsig/basicformats/FormatsFile.java

View differences:

FormatsFile.java
12 12

  
13 13
public class FormatsFile {
14 14
    
15
    public static CPGFile createCFGFile() {
15
    public static CPGFile createCPGFile() {
16 16
        return new DefaultCPGFile();
17 17
    }
18 18

  
19
    public static CPGFile getCFGFile(File file)  {
19
    public static CPGFile getCPGFile(File file)  {
20 20
        try {
21 21
            DefaultCPGFile format = new DefaultCPGFile();
22 22
            format.read(file);

Also available in: Unified diff