From b92afea6d1f817eaef319adba9706d2c7b7c22f8 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Thu, 16 May 2013 15:13:02 +0200 Subject: [PATCH] more internal strings --- src/org/oscim/core/Tag.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/org/oscim/core/Tag.java b/src/org/oscim/core/Tag.java index d666a63e..b9dbd6f6 100644 --- a/src/org/oscim/core/Tag.java +++ b/src/org/oscim/core/Tag.java @@ -25,7 +25,7 @@ public class 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. @@ -50,6 +50,8 @@ public class Tag { public static final String TAG_KEY_BUILDING = "building"; public static final String TAG_KEY_HIGHWAY = "highway"; 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.