]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/TemplateBlock.java
FIX: Cleanup fields
[gigi.git] / src / org / cacert / gigi / output / template / TemplateBlock.java
index 2eb87e7b2e35f7fa4684407ea579449f2adee1cd..6b30cf33f7559d81570fcf3483e4e71dabc8064c 100644 (file)
@@ -8,9 +8,9 @@ import org.cacert.gigi.output.Outputable;
 
 class TemplateBlock implements Outputable {
 
-    String[] contents;
+    private String[] contents;
 
-    Outputable[] vars;
+    private Outputable[] vars;
 
     public TemplateBlock(String[] contents, Outputable[] vars) {
         this.contents = contents;