more internal strings

This commit is contained in:
Hannes Janetzek 2013-05-16 15:13:02 +02:00
parent 991a497ef3
commit b92afea6d1

View File

@ -25,7 +25,7 @@ public class Tag {
/** /**
* The key of the house number OpenStreetMap tag. * The key of the house number OpenStreetMap tag.
*/ */
public static final String TAG_KEY_HOUSE_NUMBER = "addr:housenumber".intern(); public static final String TAG_KEY_HOUSE_NUMBER = "addr:housenumber";
/** /**
* The key of the name OpenStreetMap tag. * The key of the name OpenStreetMap tag.
@ -50,6 +50,8 @@ public class Tag {
public static final String TAG_KEY_BUILDING = "building"; public static final String TAG_KEY_BUILDING = "building";
public static final String TAG_KEY_HIGHWAY = "highway"; public static final String TAG_KEY_HIGHWAY = "highway";
public static final String TAG_KEY_LANDUSE = "landuse"; public static final String TAG_KEY_LANDUSE = "landuse";
public static final String VALUE_YES = "yes";
public static final String VALUE_NO = "no";
/** /**
* The key of this tag. * The key of this tag.