Committed by
Gerrit Code Review
Abstract ConnectivityIntentCompiler is not a @Component
Change-Id: I62844f2dbc459f2b7053fbc0eb12e32f1e1293ac
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -18,7 +18,6 @@ package org.onosproject.net.intent.impl.compiler; | ... | @@ -18,7 +18,6 @@ package org.onosproject.net.intent.impl.compiler; |
18 | import com.google.common.base.Predicate; | 18 | import com.google.common.base.Predicate; |
19 | import com.google.common.collect.FluentIterable; | 19 | import com.google.common.collect.FluentIterable; |
20 | import com.google.common.collect.ImmutableList; | 20 | import com.google.common.collect.ImmutableList; |
21 | -import org.apache.felix.scr.annotations.Component; | ||
22 | import org.apache.felix.scr.annotations.Reference; | 21 | import org.apache.felix.scr.annotations.Reference; |
23 | import org.apache.felix.scr.annotations.ReferenceCardinality; | 22 | import org.apache.felix.scr.annotations.ReferenceCardinality; |
24 | import org.onosproject.net.ElementId; | 23 | import org.onosproject.net.ElementId; |
... | @@ -43,7 +42,6 @@ import java.util.Set; | ... | @@ -43,7 +42,6 @@ import java.util.Set; |
43 | * Base class for compilers of various | 42 | * Base class for compilers of various |
44 | * {@link org.onosproject.net.intent.ConnectivityIntent connectivity intents}. | 43 | * {@link org.onosproject.net.intent.ConnectivityIntent connectivity intents}. |
45 | */ | 44 | */ |
46 | -@Component(immediate = true) | ||
47 | public abstract class ConnectivityIntentCompiler<T extends ConnectivityIntent> | 45 | public abstract class ConnectivityIntentCompiler<T extends ConnectivityIntent> |
48 | implements IntentCompiler<T> { | 46 | implements IntentCompiler<T> { |
49 | 47 | ... | ... |
-
Please register or login to post a comment