fix build issue Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/c1e5b84e Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/c1e5b84e Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/c1e5b84e
Branch: refs/heads/master Commit: c1e5b84eab0c4e8cb054452ab4bf234bf1f52b84 Parents: f31b98c Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Fri Feb 24 19:32:22 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Fri Feb 24 21:53:41 2017 -0500 ---------------------------------------------------------------------- .../main/java/org/apache/edgent/connectors/iotp/IotpGateway.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/c1e5b84e/connectors/iotp/src/main/java/org/apache/edgent/connectors/iotp/IotpGateway.java ---------------------------------------------------------------------- diff --git a/connectors/iotp/src/main/java/org/apache/edgent/connectors/iotp/IotpGateway.java b/connectors/iotp/src/main/java/org/apache/edgent/connectors/iotp/IotpGateway.java index 7a2b293..2e093b3 100644 --- a/connectors/iotp/src/main/java/org/apache/edgent/connectors/iotp/IotpGateway.java +++ b/connectors/iotp/src/main/java/org/apache/edgent/connectors/iotp/IotpGateway.java @@ -16,7 +16,6 @@ import org.apache.edgent.connectors.iotp.runtime.IotpGWDeviceEventsFixed; import org.apache.edgent.connectors.iotp.runtime.IotpGWDeviceEventsFunction; import org.apache.edgent.connectors.iotp.runtime.IotpGWEventsFixed; import org.apache.edgent.connectors.iotp.runtime.IotpGWEventsFunction; -import org.apache.edgent.connectors.pubsub.service.PublishSubscribeService; import org.apache.edgent.function.Function; import org.apache.edgent.function.UnaryOperator; import org.apache.edgent.topology.TSink; @@ -44,7 +43,7 @@ import com.ibm.iotf.client.gateway.GatewayClient; * <p> * Limitations: * <ul> - * <li>{@link IotProvider} and {@link PublishSubscribeService} do not yet support + * <li>{@code IotProvider} and {@code PublishSubscribeService} do not yet support * the gateway model. An IotProvider may be initialized with an IotpGateway * but the PublishSubscribeService mechanism will only publish events and receive * commands for the gateway device, not any of its connected devices.