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

Require version label #574

Merged
merged 1 commit into from Oct 24, 2014
Merged

Require version label #574

merged 1 commit into from Oct 24, 2014

Conversation

osmandin
Copy link
Contributor

No description provided.

resource().addVersionLabel(slug);
final String version = (slug != null) ? slug : versionIdentifier;
return noContent().header("Location", uriInfo.getRequestUri() + "/" + version).build();
} else {
Copy link

Choose a reason for hiding this comment

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

Since the if block ends with a return statement, you can remove the term else and simply follow the if block with:
return status(BAD_REQUEST).entity("Specify label for version").build();

@awoods awoods merged commit 33275b9 into fcrepo:master Oct 24, 2014
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