[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Aug 12 00:04:59 UTC 2007
SVN commit 699091 by okellogg:
remove gratuitous diff to trunk
M +1 -1 dwriter.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/dwriter.cpp #699090:699091
@@ -637,7 +637,7 @@
// always allow getting the list of stuff
writeDocumentation("Returns the list of " + fieldName + '.',
- description, "@return List of "+fieldName + '.',
+ description, "@return List of " + fieldName + '.',
m_indentation, d);
d << m_indentation << fieldClassName << "[] get" << fieldName << "() {";
More information about the umbrello-devel
mailing list