[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Tue Sep 16 23:18:07 UTC 2003
CVS commit by thomas:
minor bug fix..use TextBlock instead of CodeBlock in updateContent method
M +1 -1 javaantcodedocument.cpp 1.6
--- kdesdk/umbrello/umbrello/codegenerators/javaantcodedocument.cpp #1.5:1.6
@@ -93,5 +93,5 @@ void JavaANTCodeDocument::updateContent(
// FIX : fill in more content based on classes
// which exist
- CodeBlock * block = 0;
+ TextBlock * block = 0;
if( !(block = findTextBlockByTag("title")))
{
More information about the umbrello-devel
mailing list