Ignore:
Timestamp:
2014-12-19T17:12:01+01:00 (11 years ago)
Author:
donvip
Message:

[josm_cadastre-fr] replace calls to System.out/err by calls to Main.info/warn/error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java

    r28887 r30859  
    22package cadastre_fr;
    33
     4import static org.openstreetmap.josm.tools.I18n.marktr;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    5 import static org.openstreetmap.josm.tools.I18n.marktr;
    66
    77import java.awt.event.ActionEvent;
    88import java.io.File;
     9
    910import javax.swing.JFileChooser;
    1011import javax.swing.JOptionPane;
     
    2324    }
    2425
    25     public void actionPerformed(ActionEvent e) {
     26    @Override
     27        public void actionPerformed(ActionEvent e) {
    2628        JFileChooser fc = createAndOpenFileChooser();
    2729        if (fc == null)
     
    5658                                continue nextFile;
    5759                            } else
    58                                 System.out.println("Load cache " + filename);
     60                                Main.info("Load cache " + filename);
    5961                        }
    6062                    } catch (NumberFormatException ex) {
Note: See TracChangeset for help on using the changeset viewer.