mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Resolve TODO: Make these private if the subclass goes away
Subclass no longer exists, so this is safe to do and resolve
This commit is contained in:
parent
42ca00b35d
commit
a00f113e05
1 changed files with 2 additions and 3 deletions
|
@ -43,10 +43,9 @@ public class VertexMouseInfo<V extends VisualVertex, E extends VisualEdge<V>> {
|
|||
private final MouseEvent originalMouseEvent;
|
||||
private final GraphViewer<V, E> viewer;
|
||||
|
||||
// TODO make these private if the subclass goes away
|
||||
protected final V vertex;
|
||||
private final V vertex;
|
||||
private MouseEvent translatedMouseEvent;
|
||||
protected Component mousedDestinationComponent;
|
||||
private Component mousedDestinationComponent;
|
||||
|
||||
public VertexMouseInfo(MouseEvent originalMouseEvent, V vertex, Point2D vertexBasedClickPoint,
|
||||
GraphViewer<V, E> viewer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue