Committed by
Gerrit Code Review
Enable ResourceRegistrar
Change-Id: I23b1c33ada224f302e08c0f6e8dfa7264048e19b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -36,7 +36,7 @@ import static org.onlab.util.Tools.groupedThreads; | ... | @@ -36,7 +36,7 @@ import static org.onlab.util.Tools.groupedThreads; |
36 | /** | 36 | /** |
37 | * A class registering resources when they are detected. | 37 | * A class registering resources when they are detected. |
38 | */ | 38 | */ |
39 | -@Component(immediate = true, enabled = false) | 39 | +@Component(immediate = true) |
40 | @Beta | 40 | @Beta |
41 | public final class ResourceRegistrar { | 41 | public final class ResourceRegistrar { |
42 | 42 | ... | ... |
-
Please register or login to post a comment