Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2022 - development/main/metro/parameters/api/src/main/net/dpml/parameters

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2022 - development/main/metro/parameters/api/src/main/net/dpml/parameters
  • Date: Thu, 10 Mar 2005 17:28:12 -0500

Author: niclas AT hedhman.org
Date: Thu Mar 10 17:28:11 2005
New Revision: 2022

Modified:

development/main/metro/parameters/api/src/main/net/dpml/parameters/Parameters.java
Log:
Parameters should be totally immutable. The merge() method was not spotted
earlier as a break of that rule.

Modified:
development/main/metro/parameters/api/src/main/net/dpml/parameters/Parameters.java
==============================================================================
---
development/main/metro/parameters/api/src/main/net/dpml/parameters/Parameters.java
(original)
+++
development/main/metro/parameters/api/src/main/net/dpml/parameters/Parameters.java
Thu Mar 10 17:28:11 2005
@@ -203,18 +203,9 @@
*/
boolean getParameterAsBoolean( final String name, final boolean
defaultValue );

- /**
- * Merge parameters from another <code>Parameters</code> instance
- * into this.
- *
- * @param other the other Parameters
- * @return This <code>Parameters</code> instance.
- */
- Parameters merge( final Parameters other );
-
/** Converts the Parameters instance to a java.util.Properties instance.
* <p>
- * NOTE: Changes made to the returned Properties instance will not
+ * NOTE: Changes made to the returned Properties instance will not
* affect the Parameters instance.
* </p>
* @return a java.util.Properties instance that contains the same keys



  • svn commit: r2022 - development/main/metro/parameters/api/src/main/net/dpml/parameters, niclas, 03/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page