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

FCREPO-1599 #820

Closed
wants to merge 2 commits into from
Closed

FCREPO-1599 #820

wants to merge 2 commits into from

Conversation

ajs6f
Copy link
Contributor

@ajs6f ajs6f commented Jun 25, 2015

Minor use of Java 8 syntax and types in kernel observation code.


@Override
public boolean apply(final Event event) {
public boolean test(final Event event) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this class actually used anywhere? Can it be entirely removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think it is, I think it was left as an example. I have no brief for it. @awoods ?

Copy link

Choose a reason for hiding this comment

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

This class has served its purpose... and deserves to be laid to rest. Drop the monkey on it.

Copy link
Contributor

Choose a reason for hiding this comment

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

@ajs6f feel free to remove this class in this PR; otherwise, removing it can be part of a separate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll add a commit with the excision. Monkeys? That's all Fedora needs. Monkeys in the codebase.

@ajs6f
Copy link
Contributor Author

ajs6f commented Jun 26, 2015

Made changes: kill NOOPFilter and AllNodeEventsOneEvent Javadoc fix.

@awoods
Copy link

awoods commented Jun 29, 2015

Resolved with: aa8748b

@awoods awoods closed this Jun 29, 2015
@awoods awoods deleted the ALittleJava8 branch June 29, 2015 23:58
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

3 participants