Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/conditions on MAIN
ConnectionParameters.java+4-21.4 -> 1.5

hps-java/src/main/java/org/lcsim/hps/conditions
ConnectionParameters.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- ConnectionParameters.java	19 Sep 2013 01:27:44 -0000	1.4
+++ ConnectionParameters.java	19 Sep 2013 18:56:35 -0000	1.5
@@ -11,7 +11,7 @@
  * return a Connection object based on these parameters.
  * 
  * @author jeremym
- * @version $Id: ConnectionParameters.java,v 1.4 2013/09/19 01:27:44 jeremy Exp $
+ * @version $Id: ConnectionParameters.java,v 1.5 2013/09/19 18:56:35 jeremy Exp $
  */
 public final class ConnectionParameters {
     
@@ -35,6 +35,7 @@
      * @param password The password.
      * @param hostname The hostname.
      * @param port The port number.
+     * @param conditionsTable The table containing conditions validity data.
      */
     ConnectionParameters(String user, String password, String database, String hostname, int port, String conditionsTable) {
         this.user = user;
@@ -89,7 +90,8 @@
     }       
     
     /**
-     * Get the name of the conditions data table.
+     * Get the name of the conditions validity data.
+     * @return The name of the conditions validity data table. 
      */
     public String getConditionsTable() {
         return conditionsTable;
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1