[jboss-cvs] jboss-seam/seam-gen/pojo ...

Norman Richards norman.richards at jboss.com
Thu Oct 25 00:49:33 EDT 2007


  User: nrichards
  Date: 07/10/25 00:49:33

  Modified:    seam-gen/pojo  GetPropertyAnnotation.ftl
  Log:
  woops
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/seam-gen/pojo/GetPropertyAnnotation.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GetPropertyAnnotation.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/pojo/GetPropertyAnnotation.ftl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- GetPropertyAnnotation.ftl	24 Oct 2007 21:12:48 -0000	1.3
  +++ GetPropertyAnnotation.ftl	25 Oct 2007 04:49:33 -0000	1.4
  @@ -1,5 +1,5 @@
   <#include "Ejb3PropertyGetAnnotation.ftl"/>
  -<#if !property.optional && ( !pojo.identifierProperty.equals(property)! || property.value.identifierGeneratorStrategy == "assigned" )>
  +<#if !property.optional && ( !property.equals(pojo.identifierProperty) || property.value.identifierGeneratorStrategy == "assigned" )>
       @${pojo.importType("org.hibernate.validator.NotNull")}
   </#if>
   <#if property.columnSpan==1>
  
  
  



More information about the jboss-cvs-commits mailing list