Committed by
Gerrit Code Review
Remove constants that are no longer used
Change-Id: Ia1352682136ca51af20fae95778451ddfc6dcd9e
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -83,10 +83,6 @@ public class ConsistentResourceStore extends AbstractStore<ResourceEvent, Resour | ... | @@ -83,10 +83,6 @@ public class ConsistentResourceStore extends AbstractStore<ResourceEvent, Resour |
83 | .register(MplsLabelCodec.class) | 83 | .register(MplsLabelCodec.class) |
84 | .build()); | 84 | .build()); |
85 | 85 | ||
86 | - // TODO: We should provide centralized values for this | ||
87 | - static final int MAX_RETRIES = 5; | ||
88 | - static final int RETRY_DELAY = 1_000; // millis | ||
89 | - | ||
90 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 86 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
91 | protected StorageService service; | 87 | protected StorageService service; |
92 | 88 | ... | ... |
-
Please register or login to post a comment