[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/nestedset ...

Christian Bauer christian at hibernate.org
Fri Nov 9 10:08:25 EST 2007


  User: cbauer  
  Date: 07/11/09 10:08:25

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/nestedset 
                        AbstractNestedSetNode.java
  Log:
  Various updates to core classes and views, required for forum plugin
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/nestedset/AbstractNestedSetNode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractNestedSetNode.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/nestedset/AbstractNestedSetNode.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AbstractNestedSetNode.java	25 Aug 2007 17:59:20 -0000	1.2
  +++ AbstractNestedSetNode.java	9 Nov 2007 15:08:25 -0000	1.3
  @@ -39,7 +39,7 @@
       @Column(name = "NS_RIGHT", nullable = false,  updatable = false)
       private Long nsRight = 0l;
   
  -    protected AbstractNestedSetNode() {};
  +    protected AbstractNestedSetNode() {}
   
       protected AbstractNestedSetNode(N original) {
           if (original == null) return;
  
  
  



More information about the jboss-cvs-commits mailing list