| Summary: | Wrong javadoc @See tag at GraphViewer constructor | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | kiril mitov <thebravoman> | ||||
| Component: | GEF-Legacy Zest | Assignee: | Alexander Nyßen <nyssen> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | nyssen | ||||
| Version: | 3.4 | ||||||
| Target Milestone: | 3.10.0 (Mars) M1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
kiril mitov
Created attachment 117992 [details]
Removing wrong javadoc
The patch is removing the ZestStyles#LAYOUT*, ZestStyles#NODES_HIGHLIGHT_ADJACENT,ZestStyles#NO_OVERLAPPING_NODES.
I have checked that only ZestStyles#IGNORE_INVISIBLE_LAYOUT is used and I am adding it to the javadoc of the constructor.
Fixed javadoc of constructor to not list the ZestStyles that are not evaluated. Pushed changes to origin/master. Resolving as fixed in 3.10.0M1. |