Changeset 6070 in josm for trunk/src/org/openstreetmap/josm/io/OsmWriterFactory.java
- Timestamp:
- 2013-07-17T00:01:49+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmWriterFactory.java
r4645 r6070 7 7 * This factory is called by everyone who needs an OsmWriter object, 8 8 * instead of directly calling the OsmWriter constructor. 9 * 9 * 10 10 * This enables plugins to substitute the original OsmWriter with 11 11 * their own version, altering the way JOSM writes objects to the 12 12 * server, and to disk. 13 * 13 * 14 14 * @author Frederik Ramm 15 15 *
Note:
See TracChangeset
for help on using the changeset viewer.
