sjamesr / jfreesane

Java API to talk to the SANE scanning daemon
Apache License 2.0
60 stars 24 forks source link

Add Possibility to set socket timeout #66

Closed rmath closed 7 years ago

rmath commented 7 years ago

Add the possibility to the user to define the socket timeout as it was already done for the connection timeout.

sjamesr commented 7 years ago

Looks good, you just have to reformat the files using ./gradlew googleJavaFormat

sjamesr commented 7 years ago

Now this is failing due to a travis issue, hopefully it's fixed by https://github.com/sjamesr/jfreesane/pull/67

sjamesr commented 7 years ago

Thank you!