svn commit: r13050 - trunk/src_new/org/argouml/kernel/ProjectFactory.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris Date: 2007-07-10 14:06:51-0700 New Revision: 13050 Modified: trunk/src_new/org/argouml/kernel/ProjectFactory.java Log: Correct comment Modified: trunk/src_new/org/argouml/kernel/ProjectFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/kernel/ProjectFactory.java?view=diff&rev=13050&p1=trunk/src_new/org/argouml/kernel/ProjectFactory.java&p2=trunk/src_new/org/argouml/kernel/ProjectFactory.java&r1=13049&r2=13050 ============================================================================== --- trunk/src_new/org/argouml/kernel/ProjectFactory.java (original) +++ trunk/src_new/org/argouml/kernel/ProjectFactory.java 2007-07-10 14:06:51-0700 @@ -27,7 +27,7 @@ import java.net.URI; /** - * Factory for creating new IProject instances. + * Factory for creating new Project instances. * <p> * Consumers who need an instance of a Project * should instead use this factory to get an instance which implements the