Remove references to SDN-IP from components that have been generalized.

Change-Id: Ib22d5abe8feddb805f803baa74085f079ca5f536
diff --git a/apps/routing-api/src/main/java/org/onosproject/routing/IntentSynchronizationAdminService.java b/apps/routing-api/src/main/java/org/onosproject/routing/IntentSynchronizationAdminService.java
index 14a274f..9c6e1dd 100644
--- a/apps/routing-api/src/main/java/org/onosproject/routing/IntentSynchronizationAdminService.java
+++ b/apps/routing-api/src/main/java/org/onosproject/routing/IntentSynchronizationAdminService.java
@@ -22,7 +22,7 @@
 public interface IntentSynchronizationAdminService {
 
     /**
-     * Changes whether this SDN-IP instance is the primary or not based on the
+     * Changes whether this instance is the primary or not based on the
      * boolean parameter.
      *
      * @param isPrimary true if the instance is primary, false if it is not