[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Tue Sep 16 15:24:03 UTC 2003
CVS commit by thomas:
bug fix: bad formating of text
M +1 -1 javacodecomment.cpp 1.4
--- kdesdk/umbrello/umbrello/codegenerators/javacodecomment.cpp #1.3:1.4
@@ -83,5 +83,5 @@ QString JavaCodeComment::toString ( )
QString indent = getIndentationString();
QString endLine = getNewLineEndingChars();
- output.append(formatMultiLineText (getText()+endLine, indent +"// ", endLine));
+ output.append(formatMultiLineText (getText(), indent +"// ", endLine));
}
More information about the umbrello-devel
mailing list