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

Functionality-neutral refactor (mostly lint fixes) #271

Merged
merged 7 commits into from
Mar 17, 2022

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Mar 16, 2022

No description provided.

public class PubSubClient {

private final static Logger LOG = LoggerFactory.getLogger(PubSubClient.class);
private static final Logger LOG = LoggerFactory.getLogger(PubSubClient.class);
Copy link
Collaborator

Choose a reason for hiding this comment

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

NOP: oof

@@ -31,7 +31,7 @@ sourceSets {

checkstyle {
ignoreFailures = false
maxWarnings = 150
maxWarnings = 66
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is this, threshold of current warnings?

@grafnu
Copy link
Collaborator Author

grafnu commented Mar 17, 2022 via email

@grafnu grafnu merged commit 6061e23 into faucetsdn:master Mar 17, 2022
@grafnu grafnu deleted the refactor branch March 17, 2022 17:04
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

2 participants