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

Christian Bauer christian at hibernate.org
Thu Jan 10 03:37:46 EST 2008


  User: cbauer  
  Date: 08/01/10 03:37:46

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/upload/editor 
                        UploadEditor.java
  Log:
  Better getInstance() calls
  
  Revision  Changes    Path
  1.2       +0 -24     jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/upload/editor/UploadEditor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UploadEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/upload/editor/UploadEditor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- UploadEditor.java	19 Dec 2007 04:29:32 -0000	1.1
  +++ UploadEditor.java	10 Jan 2008 08:37:46 -0000	1.2
  @@ -17,39 +17,15 @@
       }
   
       /**
  -     * Called before the owning home action does its preparation;
  -     * @return boolean continue processing
  -     */
  -    public boolean preparePersist() { return true; }
  -
  -    /**
        * Called after superclass did its preparation right before the actual persist()
        * @return boolean continue processing
        */
       public boolean beforePersist() { return true; }
   
       /**
  -     * Called before the owning home action does its preparation;
  -     * @return boolean continue processing
  -     */
  -    public boolean prepareUpdate() { return true; }
  -
  -    /**
        * Called after superclass did its preparation right before the actual update()
        * @return boolean continue processing
        */
       public boolean beforeUpdate() { return true; }
   
  -    /**
  -     * Called before the owning home action does its preparation;
  -     * @return boolean continue processing
  -     */
  -    public boolean prepareRemove() { return true; }
  -
  -    /**
  -     * Called after superclass did its preparation right before the actual remove()
  -     * @return boolean continue processing
  -     */
  -    public boolean beforeRemove() { return true; }
  -
   }
  
  
  



More information about the jboss-cvs-commits mailing list