Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
Open
2 changes: 1 addition & 1 deletion dijkstra-algorythm/pom.xml → dijkstra-algorithm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dijkstra-algorythm</artifactId>
<artifactId>dijkstra-algorithm</artifactId>


</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module>declarative-sum-of-squares</module>
<module>crazy-lambdas</module>
<module>crazy-optionals</module>
<module>dijkstra-algorythm</module>
<module>dijkstra-algorithm</module>
</modules>
<packaging>pom</packaging>

Expand Down