[jboss-cvs] jboss-seam/src/pdf/org/jboss/seam/pdf ...

Gavin King gavin.king at jboss.com
Mon Mar 12 01:31:40 EDT 2007


  User: gavin   
  Date: 07/03/12 01:31:40

  Modified:    src/pdf/org/jboss/seam/pdf  DocumentStore.java
  Log:
  use qualified names
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/src/pdf/org/jboss/seam/pdf/DocumentStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DocumentStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/org/jboss/seam/pdf/DocumentStore.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- DocumentStore.java	4 Feb 2007 19:10:34 -0000	1.6
  +++ DocumentStore.java	12 Mar 2007 05:31:40 -0000	1.7
  @@ -7,7 +7,7 @@
   import org.jboss.seam.annotations.*;
   import org.jboss.seam.pdf.DocumentData.DocType;
   
  - at Name("documentStore")
  + at Name("org.jboss.seam.pdf.documentStore")
   @Scope(ScopeType.CONVERSATION)
   @Install(precedence=Install.BUILT_IN)
   public class DocumentStore 
  
  
  



More information about the jboss-cvs-commits mailing list