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

Christian Bauer christian at hibernate.org
Sun Mar 18 15:01:15 EDT 2007


  User: cbauer  
  Date: 07/03/18 15:01:15

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/action 
                        NodeHome.java
  Log:
  Fixed file download servlet and attachment display
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/action/NodeHome.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeHome.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/action/NodeHome.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- NodeHome.java	18 Mar 2007 15:44:37 -0000	1.3
  +++ NodeHome.java	18 Mar 2007 19:01:15 -0000	1.4
  @@ -148,7 +148,7 @@
       @Override
       public String remove() {
   
  -        // Unlink the document from its directory
  +        // Unlink the node from its directory
           getInstance().getParent().removeChild(getInstance());
   
           // Refresh UI
  
  
  



More information about the jboss-cvs-commits mailing list