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

Change in ProgressBar.wrap #126

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Change in ProgressBar.wrap #126

merged 2 commits into from
Mar 18, 2022

Conversation

NikR-IV
Copy link
Contributor

@NikR-IV NikR-IV commented Feb 25, 2022

code change in public static InputStream wrap(InputStream is, ProgressBarBuilder pbb) from if (size != -1 && pbb.initialMaxIsSet()) to if (size != -1 && !pbb.initialMaxIsSet())

code change in public static InputStream wrap(InputStream is, ProgressBarBuilder pbb)
@NikR-IV NikR-IV changed the title change in ProgressBar.wrap Change in ProgressBar.wrap Feb 25, 2022
@NikR-IV NikR-IV closed this Mar 2, 2022
@NikR-IV NikR-IV reopened this Mar 2, 2022
@ctongfei
Copy link
Owner

Thanks @NikR-IV , great catch! This will be merged in the next version.

@ctongfei ctongfei changed the base branch from main to 0.9.4 March 18, 2022 06:29
@ctongfei ctongfei merged commit d9627b7 into ctongfei:0.9.4 Mar 18, 2022
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