/[Apache-SVN]/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java
ViewVC logotype

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java	2005/06/05 15:49:25	180103
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java	2005/06/05 15:50:03	180104
@@ -155,7 +155,7 @@ public class BindingConfiguration implem
     /**
      * Gets the strategy used to manage storage and retrieval of id's.
      * 
-     * @return Returns the idStoringStrategy, not null
+     * @return Returns the <code>IdStoringStrategy</code>, not null
      */
     public IdStoringStrategy getIdMappingStrategy() {
         return idStoringStrategy;
@@ -164,8 +164,8 @@ public class BindingConfiguration implem
     /**
      * Sets the strategy used to manage storage and retrieval of id's.
      * 
-     * @param idStoringStrategy
-     *            The idStoringStrategy to set, not null
+     * @param idMappingStrategy
+     *            <code>IdStoringStrategy</code> to be set, not null
      */
     public void setIdMappingStrategy(IdStoringStrategy idMappingStrategy) {
         this.idStoringStrategy = idMappingStrategy;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26