Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java,v diff -u -r1.13 -r1.14 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java 6 Jun 2006 04:08:57 -0000 1.13 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java 17 Aug 2006 03:03:05 -0000 1.14 @@ -40,8 +40,8 @@ /** * Make a copy of requested tool content. It will be needed by LAMS to * create a copy of learning design and start a new tool session. If - * no content exists with the given tool content id, then use the - * default content id. + * no content exists with the given fromToolContentId or if fromToolContent is + * null, then use the default content id. * * @param fromContentId the original tool content id. * @param toContentId the destination tool content id.