- Timestamp:
- 2017-09-22T11:19:22+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r12869 r12886 301 301 302 302 static { 303 registerCLIModu e(JOSM_CLI_MODULE);304 registerCLIModu e(ProjectionCLI.INSTANCE);303 registerCLIModule(JOSM_CLI_MODULE); 304 registerCLIModule(ProjectionCLI.INSTANCE); 305 305 } 306 306 … … 308 308 * Register a command line interface module. 309 309 * @param module the module 310 * @since 12 792311 */ 312 public static void registerCLIModu e(CLIModule module) {310 * @since 12886 311 */ 312 public static void registerCLIModule(CLIModule module) { 313 313 cliModules.add(module); 314 314 }
Note:
See TracChangeset
for help on using the changeset viewer.