Skip to content

Commit 525c379

Browse files
committed
Updated the comment on the ID maps
1 parent 0f4d711 commit 525c379

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • org.omg.sysml.plantuml/src/org/omg/sysml/plantuml

org.omg.sysml.plantuml/src/org/omg/sysml/plantuml/VPath.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,9 @@ public void setId(Element e, Integer id) {
419419
}
420420
}
421421

422-
// InheritKey->Element->Integer
422+
// InheritKey->Element->ID
423423
private final Map<InheritKey, Map<Element, Integer>> inheritedPathIdMap = new HashMap<>();
424-
425-
// Element -> Integer or Map<Element, Integer>
424+
// ID -> Elements
426425
private final Map<Integer, Set<Element>> pathIdRevMap = new HashMap<Integer, Set<Element>>();
427426

428427
private void putPathIdMap(Integer id, InheritKey ik, Element pt) {

0 commit comments

Comments
 (0)