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/io/MyHttpHandler.java

    r627 r655  
    2323            }
    2424            public MyHttpHandler(String proxy, int port) {
    25                 proxy = proxy;
     25                this.proxy = proxy;
    2626                proxyPort = port;
    2727            }
Note: See TracChangeset for help on using the changeset viewer.