mirror of https://github.com/dspinellis/UMLGraph
Rename UMLCommentOptions to UMLNoteOptions to be consistent with the UML
terminology.
This commit is contained in:
parent
3d83e5d00f
commit
00883b934b
|
|
@ -84,7 +84,7 @@ public class UmlGraph {
|
|||
public static Options buildOptions(RootDoc root) {
|
||||
commentOptions = new Options();
|
||||
commentOptions.setOptions(root.options());
|
||||
commentOptions.setOptions(findClass(root, "UMLCommentOptions"));
|
||||
commentOptions.setOptions(findClass(root, "UMLNoteOptions"));
|
||||
commentOptions.shape = new Shape("note");
|
||||
|
||||
Options opt = new Options();
|
||||
|
|
|
|||
Loading…
Reference in New Issue