svn commit: r615714 - /db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/metadata/JdbcMetadataUtils.java

[email protected] Mon, 28 Jan 2008 02:21:54 -0000
Newsgroups gmane.comp.jakarta.ojb.devel
Message-ID <[email protected]>
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 {@link #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 {@link #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 {@link #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 */