Author: arminw
Date: Sun Jan 27 18:21:53 2008
New Revision: 615714

URL: http://svn.apache.org/viewvc?rev=615714&view=rev
Log:
fix javadoc

Modified:
    
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java

Modified: 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java?rev=615714&r1=615713&r2=615714&view=diff
==============================================================================
--- 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java
 (original)
+++ 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java
 Sun Jan 27 18:21:53 2008
@@ -35,14 +35,11 @@
  */
 public class JdbcMetadataUtils
 {
-    /** The name of the property returned by the [EMAIL PROTECTED] 
#splitConnectionUrl(String)} method
-        that contains the protocol */ 
+    /** The name of the property contains the protocol */
     public static final String PROPERTY_PROTOCOL    = "protocol";
-    /** The name of the property returned by the [EMAIL PROTECTED] 
#splitConnectionUrl(String)} method
-        that contains the sub protocol */ 
+    /** The name of the property that contains the sub protocol */
     public static final String PROPERTY_SUBPROTOCOL = "subprotocol";
-    /** The name of the property returned by the [EMAIL PROTECTED] 
#splitConnectionUrl(String)} method
-        that contains the database alias (the actual database url) */ 
+    /** The name of the property that contains the database alias (the actual 
database url) */ 
     public static final String PROPERTY_DBALIAS     = "dbAlias";
 
     /** Identifier for the DB2 platform */



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

Reply via email to