Skip to content

Commit

Permalink
Merge pull request #50 from acoburn/fcrepo-1824
Browse files Browse the repository at this point in the history
update JCR-related imports
  • Loading branch information
Andrew Woods committed Nov 11, 2015
2 parents a0a6e02 + c4833e5 commit 7a6f121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
import static org.fcrepo.auth.webac.URIConstants.WEBAC_AUTHORIZATION;
import static org.fcrepo.auth.webac.URIConstants.WEBAC_MODE_VALUE;
import static org.fcrepo.auth.webac.URIConstants.WEBAC_NAMESPACE_VALUE;
import static org.fcrepo.kernel.api.FedoraJcrTypes.JCR_CONTENT;
import static org.fcrepo.kernel.modeshape.identifiers.NodeResourceConverter.nodeConverter;
import static org.fcrepo.kernel.modeshape.utils.FedoraTypesUtils.isNonRdfSourceDescription;
import static org.fcrepo.kernel.modeshape.utils.UncheckedFunction.uncheck;
import static org.modeshape.jcr.api.JcrConstants.JCR_CONTENT;
import static org.slf4j.LoggerFactory.getLogger;

import java.io.File;
Expand Down

0 comments on commit 7a6f121

Please sign in to comment.