Issue 295 and Issue 294, ADR was getting generated twice!

git-svn-id: https://zxing.googlecode.com/svn/trunk@1149 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-12-10 15:49:04 +00:00
parent 6271b86315
commit 460abab4ed

View 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) {