You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/12/02 20:38:37 UTC

svn commit: r481611 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/monitor/ModuleFactory.java

Author: djd
Date: Sat Dec  2 11:38:36 2006
New Revision: 481611

URL: http://svn.apache.org/viewvc?view=rev&rev=481611
Log:
Add comment to ModuleFactory.getApplicationProperties() describing its functionality.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/monitor/ModuleFactory.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/monitor/ModuleFactory.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/monitor/ModuleFactory.java?view=diff&rev=481611&r1=481610&r2=481611
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/monitor/ModuleFactory.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/monitor/ModuleFactory.java Sat Dec  2 11:38:36 2006
@@ -106,6 +106,10 @@
      */
     public PersistentService getServiceProvider(String subSubProtocol) throws StandardException;
     
+    /**
+     * Return the application set of properties which correspond
+     * to the set of properties in the file derby.properties.
+     */
 	public Properties getApplicationProperties();
 
 	/**