Adding more sparky junit coverage
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / sync / AbstractEntitySynchronizer.java
index 298a493..bd55f3c 100644 (file)
@@ -407,16 +407,6 @@ public abstract class AbstractEntitySynchronizer {
     return -1;
   }
 
-  /**
-   * Update elastic search counters.
-   *
-   * @param method the method
-   * @param or the or
-   */
-  protected void updateElasticSearchCounters(HttpMethod method, OperationResult or) {
-    updateElasticSearchCounters(new NetworkTransaction(method, null, or));
-  }
-
   /**
    * Update elastic search counters.
    *
@@ -465,16 +455,6 @@ public abstract class AbstractEntitySynchronizer {
     }
   }
 
-  /**
-   * Update active inventory counters.
-   *
-   * @param method the method
-   * @param or the or
-   */
-  protected void updateActiveInventoryCounters(HttpMethod method, OperationResult or) {
-    updateActiveInventoryCounters(new NetworkTransaction(method, null, or));
-  }
-
   /**
    * Update active inventory counters.
    *