Skip to content

Commit 70bb4ee

Browse files
Fix formatting
1 parent 3a7a418 commit 70bb4ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/opentripplanner/graph_builder/module/ned/ElevationModule.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ public class ElevationModule implements GraphBuilderModule {
6363

6464
private static final Logger LOG = LoggerFactory.getLogger(ElevationModule.class);
6565
/**
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
6767
* 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
6969
* narrower scope rather than a shared utility class, where it was seen to incur the
7070
* initialization cost in a broader range of tests than is necessary.
7171
*/

0 commit comments

Comments
 (0)