Skip to content

Commit df472c8

Browse files
authored
Merge pull request #934 from GIScience/bugfix/#933-fix_package_declaration
fix package declaration
2 parents 6a4cd17 + b20b1dd commit df472c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RELEASING:
4141
- Config file parameter to set the number of active landmarks for core routing ([#930](https://github.com/GIScience/openrouteservice/issues/930))
4242
- Make sure A* with beeline approximation is used as default fallback algorithm ([#926](https://github.com/GIScience/openrouteservice/issues/926))
4343
- Prioritize graph build date over data date in routing request ([#925](https://github.com/GIScience/openrouteservice/issues/925))
44+
- Correct package declaration of BoundingBoxFactoryTest ([#933](https://github.com/GIScience/openrouteservice/issues/933))
4445

4546
## [6.4.3] - 2021-04-28
4647
### Changed

openrouteservice/src/test/java/org/heigit/ors/api/responses/routing/boundingbox/BoundingBoxFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.heigit.ors.api.responses.routing.BoundingBox;
1+
package org.heigit.ors.api.responses.routing.boundingbox;
22

33
import com.graphhopper.util.shapes.BBox;
44
import org.heigit.ors.api.requests.common.APIEnums;

0 commit comments

Comments
 (0)