You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cs...@apache.org on 2006/09/18 23:05:57 UTC

svn commit: r447556 - /beehive/trunk/system-controls/src/jdbc/org/apache/beehive/controls/system/jdbc/JdbcControl.java

Author: cschoett
Date: Mon Sep 18 14:05:56 2006
New Revision: 447556

URL: http://svn.apache.org/viewvc?view=rev&rev=447556
Log:
Updated javadoc for the JdbcControl.ConnectionDriver annotation's properties element.

Modified:
    beehive/trunk/system-controls/src/jdbc/org/apache/beehive/controls/system/jdbc/JdbcControl.java

Modified: beehive/trunk/system-controls/src/jdbc/org/apache/beehive/controls/system/jdbc/JdbcControl.java
URL: http://svn.apache.org/viewvc/beehive/trunk/system-controls/src/jdbc/org/apache/beehive/controls/system/jdbc/JdbcControl.java?view=diff&rev=447556&r1=447555&r2=447556
==============================================================================
--- beehive/trunk/system-controls/src/jdbc/org/apache/beehive/controls/system/jdbc/JdbcControl.java (original)
+++ beehive/trunk/system-controls/src/jdbc/org/apache/beehive/controls/system/jdbc/JdbcControl.java Mon Sep 18 14:05:56 2006
@@ -172,7 +172,12 @@
         String password()                               default "";
 
         /**
-         * A String containing a comma seperated list of name/value pairs for the DatabaseConnection. Optional element.
+         * A String containing a semicolon seperated list of name/value pairs for the DatabaseConnection.
+         * The string must have the format of propertyName=propertyValue;propertyName=propertyValue;...
+         * The properties will only be used if the userName and password elements of this annotation are
+         * NOT set.
+         * 
+         * Optional element.
          */
         @AnnotationMemberTypes.Optional
         String properties()                             default "";