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

Added flush to encode() method to write remaining bits #25

Closed
wants to merge 6 commits into from

Conversation

mrumpf
Copy link

@mrumpf mrumpf commented Jul 19, 2013

Please review the changes

forgot to commit the place where the flush is actually called
A library should never print to System.err or System.out. Instead a
logging framework shoul dbe used.
The BMP sample testcase was failing because my GitHub application puts
its projects into "c:\Users\myuser\My Documents". The blank in "My
Documents" was converted into a "%20" when using the getFile method.
thorstenfrank pushed a commit to thorstenfrank/preon that referenced this pull request May 26, 2018
@mrumpf
Copy link
Author

mrumpf commented May 28, 2018

The actual fix has been applied. The printStackTrace calls should be rempved by another PR.

@mrumpf mrumpf closed this May 28, 2018
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.

None yet

1 participant