Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for 
change notification.

The "templating" page has been changed by ZackShoylev:
https://wiki.apache.org/jclouds/templating?action=diff&rev1=3&rev2=4

  #set ($i = $i + 1)
  #end
  
- 
-    @ConstructorProperties({${cpOutput}})
     protected ${class.name}(${fOutput}) {
  #foreach ($field in ${fields})
       this.${field.name} = ${field.name};
@@ -308, +306 @@

  #end
  
     /* TODO: Ensure it works with parent fields */
-    @ConstructorProperties({${cpOutput}})
     protected ${class.name}(${fOutput}) {
       super(...); // parent fields
  #foreach ($field in ${fields})

Reply via email to