Ignore:
Timestamp:
2014-03-14T12:32:18+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/s57/S57dec.java

    r30285 r30323  
    1212import java.io.FileInputStream;
    1313import java.io.IOException;
    14 import java.util.ArrayList;
    1514
    1615import s57.S57dat.*;
    1716import s57.S57map.*;
    18 import s57.S57obj.*;
    1917
    2018public class S57dec {
    2119
    22         public static MapBounds decodeFile(FileInputStream in, ArrayList<Obj> types, S57map map) throws IOException {
     20        public static MapBounds decodeFile(FileInputStream in, S57map map) throws IOException {
    2321                S57dat.rnum = 0;
    2422                byte[] leader = new byte[24];
Note: See TracChangeset for help on using the changeset viewer.