Rename UMLCommentOptions to UMLNoteOptions to be consistent with the UML

terminology.
This commit is contained in:
Diomidis Spinellis 2007-11-29 12:00:48 +00:00
parent 3d83e5d00f
commit 00883b934b
1 changed files with 1 additions and 1 deletions

View File

@ -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();