Commit 70bb4ee 1 parent 3a7a418 commit 70bb4ee Copy full SHA for 70bb4ee
File tree 1 file changed +2
-2
lines changed
src/main/java/org/opentripplanner/graph_builder/module/ned
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ public class ElevationModule implements GraphBuilderModule {
63
63
64
64
private static final Logger LOG = LoggerFactory .getLogger (ElevationModule .class );
65
65
/**
66
- * The WGS84 CRS with longitude-first axis order. The first time a CRS lookup is
66
+ * The WGS84 CRS with longitude-first axis order. The first time a CRS lookup is
67
67
* performed is surprisingly expensive (around 500ms), apparently due to initializing
68
- * an HSQLDB JDBC connection. For this reason, the constant is defined in this
68
+ * an HSQLDB JDBC connection. For this reason, the constant is defined in this
69
69
* narrower scope rather than a shared utility class, where it was seen to incur the
70
70
* initialization cost in a broader range of tests than is necessary.
71
71
*/
You can’t perform that action at this time.
0 commit comments