no need to internalize these

This commit is contained in:
Hannes Janetzek 2013-05-08 11:12:10 +02:00
parent 083932abac
commit ff8e1801bf
2 changed files with 627 additions and 629 deletions

View File

@ -30,24 +30,24 @@ public class Tag {
/** /**
* The key of the name OpenStreetMap tag. * The key of the name OpenStreetMap tag.
*/ */
public static final String TAG_KEY_NAME = "name".intern(); public static final String TAG_KEY_NAME = "name";
/** /**
* The key of the reference OpenStreetMap tag. * The key of the reference OpenStreetMap tag.
*/ */
public static final String TAG_KEY_REF = "ref".intern(); public static final String TAG_KEY_REF = "ref";
/** /**
* The key of the elevation OpenStreetMap tag. * The key of the elevation OpenStreetMap tag.
*/ */
public static final String TAG_KEY_ELE = "ele".intern(); public static final String TAG_KEY_ELE = "ele";
public static final String TAG_KEY_AMENITY = "amenity".intern(); public static final String TAG_KEY_AMENITY = "amenity";
/** /**
* The key of the elevation OpenStreetMap tag. * The key of the elevation OpenStreetMap tag.
*/ */
public static final String TAG_KEY_BUILDING = "building".intern(); public static final String TAG_KEY_BUILDING = "building";
/** /**
* The key of this tag. * The key of this tag.

File diff suppressed because it is too large Load Diff