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

Handle EOPNOTSUP #589

Merged
merged 4 commits into from
Aug 22, 2016
Merged

Handle EOPNOTSUP #589

merged 4 commits into from
Aug 22, 2016

Conversation

nextgens
Copy link
Contributor

@@ -66,19 +58,24 @@ private void requireLinux(String feature) {
}

private void throwUnsupported(String feature) {
throw new UnsupportedOperationException(feature +
" is not supported on this operating system");
throw new UnsupportedOperationException(feature + " is not supported on this operating system");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe s/operating/file/ ?

@xor-freenet
Copy link
Contributor

This fixes the unit test failures indeed. Downloads and uploads also work.
Thank you!

@nextgens nextgens merged commit d57ee89 into hyphanet:next Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants