You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by fr...@apache.org on 2006/12/04 19:15:06 UTC

svn commit: r482276 - /incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/model/impl/ModelFactoryImpl.java

Author: frankb
Date: Mon Dec  4 10:15:05 2006
New Revision: 482276

URL: http://svn.apache.org/viewvc?view=rev&rev=482276
Log:
Fixed a couple of typos in comments

Modified:
    incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/model/impl/ModelFactoryImpl.java

Modified: incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/model/impl/ModelFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/model/impl/ModelFactoryImpl.java?view=diff&rev=482276&r1=482275&r2=482276
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/model/impl/ModelFactoryImpl.java (original)
+++ incubator/tuscany/java/sdo/impl/src/main/java/org/apache/tuscany/sdo/model/impl/ModelFactoryImpl.java Mon Dec  4 10:15:05 2006
@@ -43,9 +43,9 @@
  *         setOpposite() to setOpposite_();
  *   3. Change the value of the NAMESPACE_PREFIX to "sdo"
  *           public static final String NAMESPACE_PREFIX = "sdo"; //FB generated as "commonj"
- *   4. Copy the following method from the old to new generated Type/TypeImpl interface anc implemention class:
+ *   4. Copy the following method from the old to new generated Type/TypeImpl interface and implemention class:
  *         String getInstanceClassName();
- *   5. Cthe following method from the old to new generated Types/TypesImpl interface anc implemention class:
+ *   5. Copy the following method from the old to new generated Types/TypesImpl interface and implemention class:
  *         List getTypeList();
  *   6. Delete all the createXXXFromString() and convertXXXToString() methods in the newly generated ModelFactoryImpl and
  *      replace them with the ones from this file.



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org