]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/PingConfigForm.java
upd: enforce pattern of making templates static and final.
[gigi.git] / src / org / cacert / gigi / pages / account / domain / PingConfigForm.java
index 1810b7ae0543b0249e161116840058f40f449f9c..5a13482f6221e87123745cc44534f48b6cdfed21 100644 (file)
@@ -50,7 +50,7 @@ public class PingConfigForm extends Form {
 
     private SSLType[] sslTypes = new SSLType[MAX_SSL_TESTS];
 
-    private final Template t = new Template(PingConfigForm.class.getResource("PingConfigForm.templ"));
+    private static final Template t = new Template(PingConfigForm.class.getResource("PingConfigForm.templ"));
 
     public PingConfigForm(HttpServletRequest hsr, Domain target) throws GigiApiException {
         super(hsr);