Skip to content

v0.2.53..v0.2.54 changeset CONTRIBUTING.md

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-services/CONTRIBUTING.md b/hoot-services/CONTRIBUTING.md
index 039803d..89c8c84 100644
--- a/hoot-services/CONTRIBUTING.md
+++ b/hoot-services/CONTRIBUTING.md
@@ -32,8 +32,8 @@ This file includes documentation for updates to services code to do things like.
 ...
    "Cleaning": {
         "members": {
-            "hoot::DualWaySplitter": "Split Dual Way",
-            "hoot::RemoveDuplicateAreaVisitor": "Remove Duplicate Area" // new map cleaner...
+            "hoot::DualHighwaySplitter": "Split Dual Way",
+            "hoot::RemoveDuplicateAreasVisitor": "Remove Duplicate Area" // new map cleaner...
         }
 ...

@@ -95,4 +95,4 @@ NEW_CONFLATION_PATH = getProperty("newConflationConf") // read the config into m make services-build $HOOT_HOME/scripts/tomcat/CopyWebAppsToTomcat.sh sudo services tomcat8 restart - \ No newline at end of file +

Clone this wiki locally