Skip to content

Commit bff6695

Browse files
chuffchad
andauthored
Tx fl or mt (#57)
* lazy decoding * java 8 compatible gppmodel tests * rename missed multistate usp* methods to us* * lazier decoding * lazier decoding * tests for null and empty string constructor arguments * validation * fix typo * remove redundant validate call * default validate * remove empty validate method from header core segment * fix usct validator * 3.1.1 * 3.1.2-SNAPSHOT * tcfca publisher restrictions and disclosed vendors * deprecate multi-state usp* methods * substring error handling * remove deprecated usp methods * remove deprecated usp methods * remove deprecated usp methods * cleanup validators * Better decoding exception messaging * remove unused classes * Update README * add support for the old headerless tcfeuv2 strings * encodeSection fix * encodeSection lazy fix * tcfeu pub restrictions fix * pub restrictions getters * tcfeu pub restirctions fix * cleanup * pub restrictions fix * optimize bitstring padding * 3.2.0 * 3.2.1-SNAPSHOT * fl mt or tx --------- Co-authored-by: chad <chad@totalium.com>
1 parent 408ad34 commit bff6695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iabgpp-encoder/src/main/java/com/iab/gpp/encoder/GppModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public UsOr getUsOrSection() {
267267
public UsTx getUsTxSection() {
268268
return (UsTx) getSection(UsTx.NAME);
269269
}
270-
270+
271271
public List<Integer> getSectionIds() {
272272
if (!this.decoded) {
273273
this.sections = this.decodeModel(this.encodedString);

0 commit comments

Comments
 (0)