Updating documentation for dhcpl2relay remove allocations method

Change-Id: I55bd1bf34787b3703ac45c58833f1240c79ff725
diff --git a/api/src/main/java/org/opencord/dhcpl2relay/DhcpL2RelayService.java b/api/src/main/java/org/opencord/dhcpl2relay/DhcpL2RelayService.java
index 73d0634..95e4f7f 100644
--- a/api/src/main/java/org/opencord/dhcpl2relay/DhcpL2RelayService.java
+++ b/api/src/main/java/org/opencord/dhcpl2relay/DhcpL2RelayService.java
@@ -40,8 +40,8 @@
     void clearAllocations();
 
     /**
-     * Remove a single DHCP lease from the local state.
-     * @param cp the ConnectPoint associated with this lease
+     * Remove multiple DHCP leases from the local state.
+     * @param cp the ConnectPoint associated with the set of leases.
      * @return boolean
      */
     boolean removeAllocationsByConnectPoint(ConnectPoint cp);