From 1eb640e84d2009d105b01be5a407f4b8d680736f Mon Sep 17 00:00:00 2001 From: Michael Gostintsev Date: Tue, 15 Aug 2017 14:45:36 -0700 Subject: [PATCH] Fixing atlas spelling in the documentation --- docs/checks/selfIntersectingPolylineCheck.md | 2 +- docs/tutorials/tutorial1-PoolSizeCheck.md | 2 +- docs/tutorials/tutorial2-OrphanNodeCheck.md | 2 +- docs/tutorials/tutorial3-SinkIslandCheck.md | 2 +- .../atlas/checks/validation/linear/edges/FloatingEdgeCheck.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/checks/selfIntersectingPolylineCheck.md b/docs/checks/selfIntersectingPolylineCheck.md index 9edf2430e..70800af4d 100644 --- a/docs/checks/selfIntersectingPolylineCheck.md +++ b/docs/checks/selfIntersectingPolylineCheck.md @@ -8,4 +8,4 @@ and non-shape point intersections are flagged. #### Code Review To learn more about the code, please look at the comments in the source code for the check. -[SelfIntersectingPolylineCheck.java](../../src/main/java/org/openstreetmap/altas/checks/checks/validation/intersections/SelfIntersectingPolylineCheck.java) +[SelfIntersectingPolylineCheck.java](../../src/main/java/org/openstreetmap/atlas/checks/checks/validation/intersections/SelfIntersectingPolylineCheck.java) diff --git a/docs/tutorials/tutorial1-PoolSizeCheck.md b/docs/tutorials/tutorial1-PoolSizeCheck.md index 1bbc5ad68..8524db715 100644 --- a/docs/tutorials/tutorial1-PoolSizeCheck.md +++ b/docs/tutorials/tutorial1-PoolSizeCheck.md @@ -4,7 +4,7 @@ For reference around general development see [The Development Document](../dev.md), for this tutorial it is assumed that you have read through that document. -For reference on complete source code see [PoolSizeCheck](../../src/main/java/org/openstreetmap/altas/checks/validation/areas/PoolSizeCheck.java) +For reference on complete source code see [PoolSizeCheck](../../src/main/java/org/openstreetmap/atlas/checks/validation/areas/PoolSizeCheck.java) #### Initializing our PoolSizeCheck The first thing we need to do for our PoolSizeCheck is to initialize it. This will involve building out the diff --git a/docs/tutorials/tutorial2-OrphanNodeCheck.md b/docs/tutorials/tutorial2-OrphanNodeCheck.md index 71b3d9c04..e1dd157d2 100644 --- a/docs/tutorials/tutorial2-OrphanNodeCheck.md +++ b/docs/tutorials/tutorial2-OrphanNodeCheck.md @@ -4,7 +4,7 @@ For reference around general development see [The Development Document](../dev.md), for this tutorial it is assumed that you have read through that document. -For reference on complete source code see [OrphanNodeCheck](../../src/main/java/org/openstreetmap/altas/checks/validation/points/OrphanNodeCheck.java) +For reference on complete source code see [OrphanNodeCheck](../../src/main/java/org/openstreetmap/atlas/checks/validation/points/OrphanNodeCheck.java) ###### *NOTE diff --git a/docs/tutorials/tutorial3-SinkIslandCheck.md b/docs/tutorials/tutorial3-SinkIslandCheck.md index 2e105930c..200b6899b 100644 --- a/docs/tutorials/tutorial3-SinkIslandCheck.md +++ b/docs/tutorials/tutorial3-SinkIslandCheck.md @@ -4,7 +4,7 @@ For reference around general development see [The Development Document](../dev.md), for this tutorial it is assumed that you have read through that document. -For reference on complete source code see [SinkIslandCheck](../../src/main/java/org/openstreetmap/altas/checks/validation/linear/edges/SinkIslandCheck.java) +For reference on complete source code see [SinkIslandCheck](../../src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/SinkIslandCheck.java) #### What is a SinkIsland diff --git a/src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/FloatingEdgeCheck.java b/src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/FloatingEdgeCheck.java index 3cf0fb849..ae164da40 100644 --- a/src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/FloatingEdgeCheck.java +++ b/src/main/java/org/openstreetmap/atlas/checks/validation/linear/edges/FloatingEdgeCheck.java @@ -40,7 +40,7 @@ public class FloatingEdgeCheck extends BaseCheck /** * Default constructor defined by the {@link BaseCheck} required to instantiate the Check within - * the Altas Checks framework + * the Atlas Checks framework * * @param configuration * the configuration supplied by the framework containing custom properties for the