Skip to content

Conversation

@kl0u
Copy link
Contributor

@kl0u kl0u commented May 4, 2017

No description provided.

@kl0u kl0u force-pushed the cep-null-filter branch from f94db9b to d6435e8 Compare May 4, 2017 13:58
@asfgit asfgit merged commit d6435e8 into apache:master May 4, 2017
public AndCondition(final IterativeCondition<T> left, final IterativeCondition<T> right) {
this.left = left;
this.right = right;
this.left = Preconditions.checkNotNull(left, "The condition cannot be null.");
Copy link
Contributor

Choose a reason for hiding this comment

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

Better indicate whether left or right is null in the message.

@kl0u kl0u deleted the cep-null-filter branch February 13, 2018 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants