Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ Graph graph() {
return graph;
}

private final Graph graph;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please @manojava98 , leave the field private and add a public getter named graph() to return that instance instead.

public final Graph graph;
private final Graph.Reference graphRef;

private final Object nativeHandleLock = new Object();
Expand Down