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

Added support for creation of resources with repository-supplied paths. #23

Closed
wants to merge 3 commits into from

Conversation

mikedurbin
Copy link
Contributor


/**
* Create a new resource with a repository-supplied path contained within
* the resource exposed by this FedoraObject instance.
Copy link
Member

Choose a reason for hiding this comment

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

Complete javadocs with @return and @throws

@@ -41,6 +42,7 @@
* @since 2014-08-11
*/
public class FedoraObjectImpl extends FedoraResourceImpl implements FedoraObject {
private static final Logger LOGGER = getLogger(FedoraObjectImpl.class);
Copy link
Member

Choose a reason for hiding this comment

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

LOGGER not used, can be removed.

@awoods
Copy link
Member

awoods commented Jun 17, 2015

Resolved with: 0375aec

@awoods awoods closed this Jun 17, 2015
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