Skip to content

Commit

Permalink
Expose NodeAccess as protected
Browse files Browse the repository at this point in the history
Expose the nodeAccess variable to be protected so subclasses can access geometry properties of nodes
  • Loading branch information
rabidllama authored Jan 26, 2018
1 parent 7f952d2 commit 42bc62a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class OSMReader implements DataReader {
private static final Logger LOGGER = LoggerFactory.getLogger(OSMReader.class);
private final GraphStorage ghStorage;
private final Graph graph;
private final NodeAccess nodeAccess;
protected final NodeAccess nodeAccess;
private final LongIndexedContainer barrierNodeIds = new LongArrayList();
private final DistanceCalc distCalc = Helper.DIST_EARTH;
private final DistanceCalc3D distCalc3D = Helper.DIST_3D;
Expand Down

0 comments on commit 42bc62a

Please sign in to comment.