jochen      2005/03/03 05:33:46

  Modified:    src/js/org/apache/ws/jaxme/sqls/impl ViewImpl.java
  Log:
  Reduced constructor visibility, must be invoked from the object factory.
  
  Revision  Changes    Path
  1.2       +1 -1      
ws-jaxme/src/js/org/apache/ws/jaxme/sqls/impl/ViewImpl.java
  
  Index: ViewImpl.java
  ===================================================================
  RCS file: 
/home/cvs/ws-jaxme/src/js/org/apache/ws/jaxme/sqls/impl/ViewImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ViewImpl.java     24 Feb 2004 11:49:37 -0000      1.1
  +++ ViewImpl.java     3 Mar 2005 13:33:46 -0000       1.2
  @@ -60,7 +60,7 @@
   
       private final SelectStatement stmt;
   
  -    public ViewImpl(SelectStatement pSelectStatement, Table.Name pName) {
  +     protected ViewImpl(SelectStatement pSelectStatement, Table.Name pName) {
           
super(pSelectStatement.getSelectTableReference().getTable().getSchema(),
                 pName == null ? 
pSelectStatement.getTableReference().getTable().getName() : pName);
           stmt = pSelectStatement;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to