Issue 295 and Issue 294, ADR was getting generated twice!
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Dec 2009 15:49:04 +0000 (15:49 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Dec 2009 15:49:04 +0000 (15:49 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1149 59b500cc-1b3d-0410-9834-0bbf25fbcc57

zxing.appspot.com/generator/src/com/google/zxing/web/generator/client/ContactInfoGenerator.java

index 97c2f54..ff75230 100644 (file)
@@ -76,7 +76,6 @@ public class ContactInfoGenerator implements GeneratorSource {
     maybeAppend(output, "TEL:", tel);
     maybeAppend(output, "URL:", url);
     maybeAppend(output, "EMAIL:", email);
-    maybeAppend(output, "ADR:", address);
     if (address.length() > 0 || address2.length() > 0) {
       output.append("ADR:");
       if (address.length() > 0) {