Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing incorrectly-added import statement #226

Merged
merged 1 commit into from
Apr 17, 2018
Merged

Removing incorrectly-added import statement #226

merged 1 commit into from
Apr 17, 2018

Conversation

JonathanGiles
Copy link
Member

@JonathanGiles JonathanGiles commented Apr 15, 2018

import com.sun.org.apache.bcel.internal.generic.RET; was added to SendMessagesCommon, breaking the build when run under JDK 9, as the RET class is not exposed as public API in the module. It also turns out that this class is not used in SendMessagesCommon, so removing the import does not appear to result in any issue.

`import com.sun.org.apache.bcel.internal.generic.RET;` was added to `SendMessagesCommon`, breaking the build when run under JDK 9, as the `RET` class is not exposed as public API in the module. It also turns out that this class is not used in `SendMessagesCommon`, so removing the import does not appear to result in any issue.
@az-iot-builder-01 az-iot-builder-01 merged commit f7a0815 into Azure:master Apr 17, 2018
JonathanGiles added a commit to JonathanGiles/azure-javadocs that referenced this pull request Apr 17, 2018
Now that Azure/azure-iot-sdk-java#226 is merged, IOT can be enabled again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants