svn commit: r13635 - trunk/src_new/org/argouml/kernel/Project.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-10-03 20:42:24-0700
New Revision: 13635
Modified:
trunk/src_new/org/argouml/kernel/Project.java
Log:
Wrap long line
Modified: trunk/src_new/org/argouml/kernel/Project.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/kernel/Project.java?view=diff&rev=13635&p1=trunk/src_new/org/argouml/kernel/Project.java&p2=trunk/src_new/org/argouml/kernel/Project.java&r1=13634&r2=13635
==============================================================================
--- trunk/src_new/org/argouml/kernel/Project.java (original)
+++ trunk/src_new/org/argouml/kernel/Project.java 2007-10-03 20:42:24-0700
@@ -43,10 +43,10 @@
* project. It contains the list of diagrams and UML models, various project
* properties such as the author's name, and defaults for various settings.
* <p>
- * TODO: This interface was mechanically refactored from the implementation class
- * {@link ProjectImpl}. It needs to be reviewed and cleaned up, eliminating
- * methods which should be part of the public API and splitting the interface
- * into smaller function specific (e.g. TrashCan) interfaces.
+ * TODO: This interface was mechanically refactored from the implementation
+ * class {@link ProjectImpl}. It needs to be reviewed and cleaned up,
+ * eliminating methods which should be part of the public API and splitting the
+ * interface into smaller function specific (e.g. TrashCan) interfaces.
*
* @author Tom Morris <[email protected]>
* @since 0.25.4 when it replaced the concrete class of the same name