[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Oct 7 14:18:06 UTC 2003
CVS commit by okellogg:
addAssociation(): Give a more sensible explanation.
M +2 -3 umldoc.cpp 1.84
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.83:1.84
@@ -831,7 +831,6 @@ void UMLDoc::addAssociation(UMLAssociati
// First, check that this association has not already been added.
- // This may happen as long as we are still in transition from the old
- // widget based association fabrication. (See explanation at method
- // addAssocInViewAndDoc() in file umlview.h.)
+ // This may happen when loading old XMI files where all the association
+ // information was taken from the <UML:AssocWidget> tag.
UMLAssociationList assocs = getAssociations();
UMLAssociation *a;
More information about the umbrello-devel
mailing list