diff --git a/iabgpp-encoder/src/main/java/com/iab/gpp/encoder/GppModel.java b/iabgpp-encoder/src/main/java/com/iab/gpp/encoder/GppModel.java index 2e4d27c..dcbf355 100644 --- a/iabgpp-encoder/src/main/java/com/iab/gpp/encoder/GppModel.java +++ b/iabgpp-encoder/src/main/java/com/iab/gpp/encoder/GppModel.java @@ -289,9 +289,6 @@ public void decodeSection(String sectionName, String encodedString) throws Decod } else if (sectionName.equals(UspV1.NAME)) { section = new UspV1(); this.sections.put(UspV1.NAME, section); - } else if (sectionName.equals(UspV1.NAME)) { - section = new UspV1(); - this.sections.put(UspV1.NAME, section); } else if (sectionName.equals(UspNatV1.NAME)) { section = new UspNatV1(); this.sections.put(UspNatV1.NAME, section);