|
Last change
on this file since 2587 was 2512, checked in by stoecker, 16 years ago |
|
i18n updated, fixed files to reduce problems when applying patches, fix #4017
|
|
File size:
261 bytes
|
| Line | |
|---|
| 1 | // License: GPL. For details, see LICENSE file.
|
|---|
| 2 | package org.openstreetmap.josm.data.osm;
|
|---|
| 3 |
|
|---|
| 4 | public interface NameFormatter {
|
|---|
| 5 | String format(Node node);
|
|---|
| 6 | String format(Way way);
|
|---|
| 7 | String format(Relation relation);
|
|---|
| 8 | String format(Changeset changeset);
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.