You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2003/06/07 12:10:05 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/tools/mapping/reversedb DBSchema.java

brj         2003/06/07 03:10:05

  Modified:    src/java/org/apache/ojb/tools/mapping/reversedb
                        DBSchema.java
  Log:
  some style fixes
  
  Revision  Changes    Path
  1.6       +11 -6     db-ojb/src/java/org/apache/ojb/tools/mapping/reversedb/DBSchema.java
  
  Index: DBSchema.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/tools/mapping/reversedb/DBSchema.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DBSchema.java	21 Feb 2003 12:44:10 -0000	1.5
  +++ DBSchema.java	7 Jun 2003 10:10:04 -0000	1.6
  @@ -72,7 +72,7 @@
   
     private java.util.TreeMap tmTables = new java.util.TreeMap();
     
  -  private String strSchemaName;  
  +  private String m_strSchemaName;  
     
     
     /** Creates a new instance of DBSchema */
  @@ -81,7 +81,7 @@
     {
       aDBCatalog = paDBCatalog;
       dbMeta = pdbMeta;
  -    strSchemaName = pstrSchemaName;
  +    m_strSchemaName = pstrSchemaName;
     }
   
     public boolean isEnabled()
  @@ -102,7 +102,7 @@
     
     public String getSchemaName()
     {
  -    return this.strSchemaName;
  +    return this.m_strSchemaName;
     }
     
     public boolean isTreeEnabled()
  @@ -231,9 +231,9 @@
     
     public String toString()
     {
  -    if (strSchemaName == null || strSchemaName.trim().length() == 0) 
  +    if (m_strSchemaName == null || m_strSchemaName.trim().length() == 0) 
          return "<empty  schema>";
  -    else return this.strSchemaName;
  +    else return this.m_strSchemaName;
     }
       
     public Class getPropertySheetClass ()
  @@ -274,6 +274,9 @@
   
   /***************************** Changelog *****************************
   // $Log$
  +// Revision 1.6  2003/06/07 10:10:04  brj
  +// some style fixes
  +//
   // Revision 1.5  2003/02/21 12:44:10  florianbruckner
   // add support for PointBase. The version distributed with Sun ONE AppServer
   // returns a mixed case catalog name ("PointBase") in getCatalogs() and an upper