source: osm/applications/editors/josm/plugins/livegps/src/LiveGpsLock.java@ 14003

Last change on this file since 14003 was 13497, checked in by skela, 17 years ago

applications/editors/josm: Set svn:eol-style native on all *.java files
in plugins. Normalize the eol-style in
plugins/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/StringEnumConfigurer.java.

  • Property svn:eol-style set to native
File size: 324 bytes
Line 
1/**
2 *
3 */
4package livegps;
5
6/**
7 * This class is only used to prevent concurrent object modification. So all classes that
8 * read or write live gps data must synchronize to this class. Especially the save action
9 * takes quite long, so concurrency problems occur.
10 *
11 * @author cdaller
12 *
13 */
14public class LiveGpsLock {
15
16}
Note: See TracBrowser for help on using the repository browser.