OldGrantonian
Joined: 2007/10/23
Messages: 1
Offline
|
|
|
|
Can anyone advise a newbie how to present the following Java code in a sequence diagram:
String text = "Hello World";
writer.putContent(text);
The second line is easy. But how do I show where "text" comes from?
.
|
|
|
|