We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
new Runnable()
This anonymous class can be replaced with a lambda:
docker-maven-plugin/src/main/java/io/fabric8/maven/docker/service/WatchService.java
Lines 128 to 131 in fc53963
isEmpty()
size() > 0
The text was updated successfully, but these errors were encountered:
@mdxabu Could you please review this one? Is it clear enough for you to pick?
Sorry, something went wrong.
@mdxabu Could you please review this one? Is it clear enough for you to pick? yes, I can pick this
If a PR has not been raised yet for this issue, could you please assign it to me? I've submitted a PR for the previous assignment #1782
Sorry, This issue was assigned for me, I am working on it.
Closed via #1783
mdxabu
No branches or pull requests
Description
This anonymous class can be replaced with a lambda:
docker-maven-plugin/src/main/java/io/fabric8/maven/docker/service/WatchService.java
Lines 128 to 131 in fc53963
Acceptance Criteria
isEmpty()
in place ofsize() > 0
checkThe text was updated successfully, but these errors were encountered: