Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -6,7 +6,6 @@ import java.util.HashMap; | ... | @@ -6,7 +6,6 @@ import java.util.HashMap; |
6 | import java.util.Map; | 6 | import java.util.Map; |
7 | 7 | ||
8 | import org.apache.felix.scr.annotations.Activate; | 8 | import org.apache.felix.scr.annotations.Activate; |
9 | -import org.apache.felix.scr.annotations.Component; | ||
10 | import org.apache.felix.scr.annotations.Deactivate; | 9 | import org.apache.felix.scr.annotations.Deactivate; |
11 | import org.apache.felix.scr.annotations.Reference; | 10 | import org.apache.felix.scr.annotations.Reference; |
12 | import org.apache.felix.scr.annotations.ReferenceCardinality; | 11 | import org.apache.felix.scr.annotations.ReferenceCardinality; |
... | @@ -30,7 +29,7 @@ import org.slf4j.Logger; | ... | @@ -30,7 +29,7 @@ import org.slf4j.Logger; |
30 | /** | 29 | /** |
31 | * Sample reactive forwarding application. | 30 | * Sample reactive forwarding application. |
32 | */ | 31 | */ |
33 | -@Component(immediate = true) | 32 | +//:@Component(immediate = true) |
34 | public class LambdaForwarding { | 33 | public class LambdaForwarding { |
35 | 34 | ||
36 | private final Logger log = getLogger(getClass()); | 35 | private final Logger log = getLogger(getClass()); | ... | ... |
-
Please register or login to post a comment