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

Eliminate the publishing of UUID triples #827

Merged
merged 1 commit into from Jul 9, 2015
Merged

Conversation

awoods
Copy link

@awoods awoods commented Jul 2, 2015

@awoods awoods mentioned this pull request Jul 2, 2015
@@ -76,7 +82,7 @@ public PropertiesRdfContext(final FedoraResource resource,
}

final UnmodifiableIterator<Property> properties =
Iterators.filter(allProperties, isInternalProperty.negate()::test);
Iterators.filter(allProperties, and(isInternalProperty.negate()::test, not(IS_UUID)));
Copy link
Contributor

Choose a reason for hiding this comment

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

After the Java 8 PRs, perhaps better isInternalProperty.and(IS_UUID.negate())::test, or even change IS_UUID to IS_NOT_UUID and remove the negation here.

@ajs6f ajs6f self-assigned this Jul 8, 2015
ajs6f added a commit that referenced this pull request Jul 9, 2015
Eliminate the publishing of UUID triples
@ajs6f ajs6f merged commit 2a4e650 into fcrepo:master Jul 9, 2015
@awoods awoods deleted the fcrepo-1539 branch July 9, 2015 14:43
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