Removed leftover local fields that are not needed anymore.
Change-Id: Ib12abffadaadc64ed7b32108731ff27b625d55a9
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -48,10 +48,6 @@ import org.slf4j.Logger; | ... | @@ -48,10 +48,6 @@ import org.slf4j.Logger; |
48 | public class SdnIp implements SdnIpService { | 48 | public class SdnIp implements SdnIpService { |
49 | 49 | ||
50 | private static final String SDN_IP_APP = "org.onosproject.sdnip"; | 50 | private static final String SDN_IP_APP = "org.onosproject.sdnip"; |
51 | - // NOTE: Must be 5s for now | ||
52 | - private static final int LEASE_DURATION_MS = 5 * 1000; | ||
53 | - private static final int LEASE_EXTEND_RETRY_MAX = 3; | ||
54 | - | ||
55 | private final Logger log = getLogger(getClass()); | 51 | private final Logger log = getLogger(getClass()); |
56 | 52 | ||
57 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 53 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | ... | ... |
-
Please register or login to post a comment