Ignore:
Timestamp:
2008-06-15T12:28:42+02:00 (16 years ago)
Author:
ramack
Message:

patch by bruce89, closes #812; thanks bruce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/Main.java

    r627 r655  
    7171        /**
    7272         * The worker thread slave. This is for executing all long and intensive
    73          * calculations. The executed runnables are guaranteed to be executed seperatly
    74          * and sequenciel.
     73         * calculations. The executed runnables are guaranteed to be executed separately
     74         * and sequential.
    7575         */
    7676        public final static Executor worker = Executors.newSingleThreadExecutor();
     
    286286
    287287        /**
    288          * Add a new layer to the map. If no map exist, create one.
     288         * Add a new layer to the map. If no map exists, create one.
    289289         */
    290290        public final void addLayer(final Layer layer) {
     
    299299        }
    300300        /**
    301          * @return The edit osm layer. If none exist, it will be created.
     301         * @return The edit osm layer. If none exists, it will be created.
    302302         */
    303303        public final OsmDataLayer editLayer() {
Note: See TracChangeset for help on using the changeset viewer.