diff --git a/Puff.cls b/Puff.cls index a9995044..60ea8b71 100644 --- a/Puff.cls +++ b/Puff.cls @@ -2,9 +2,9 @@ //Copyright (c) 2015 Pedro Dal Col, Pliny Smith // //Puff.cls based on Mark Adler's puff.c -// +// Kicking off analysis +// another trigger public class Puff { - private final Integer MAXBITS = 15; /* maximum bits in a code */ private final Integer MAXLCODES = 286; /* maximum number of literal/length codes */ private final Integer MAXDCODES = 30; /* maximum number of distance codes */ private final Integer MAXCODES = (MAXLCODES+MAXDCODES); /* maximum codes lengths to read */ diff --git a/blah.field-meta.xml b/blah.field-meta.xml index 6fb097b4..e887fd9a 100644 --- a/blah.field-meta.xml +++ b/blah.field-meta.xml @@ -1,7 +1,7 @@ CCP_CompanyRegistrationNumber__c - Blah + false 50