Skip to content

Commit

Permalink
Move impl classes to appropriate package
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Oct 10, 2013
1 parent c31d1b9 commit d447837
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.fcrepo.kernel.rdf;
package org.fcrepo.kernel.rdf.impl;

import static com.hp.hpl.jena.graph.NodeFactory.createLiteral;
import static com.hp.hpl.jena.graph.NodeFactory.createURI;
Expand All @@ -30,6 +30,7 @@
import javax.jcr.RepositoryException;
import javax.jcr.Session;

import org.fcrepo.kernel.rdf.RdfContext;
import org.fcrepo.kernel.utils.NamespaceTools;
import org.slf4j.Logger;
import com.google.common.collect.ImmutableCollection;
Expand Down
Expand Up @@ -100,7 +100,7 @@

import org.fcrepo.kernel.RdfLexicon;
import org.fcrepo.kernel.rdf.GraphSubjects;
import org.fcrepo.kernel.rdf.NamespaceContext;
import org.fcrepo.kernel.rdf.impl.NamespaceContext;
import org.fcrepo.kernel.services.LowLevelStorageService;
import org.fcrepo.kernel.services.functions.GetClusterConfiguration;
import org.modeshape.jcr.api.NamespaceRegistry;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.fcrepo.kernel.rdf;
package org.fcrepo.kernel.rdf.impl;

import static com.google.common.collect.Iterators.any;
import static com.hp.hpl.jena.graph.NodeFactory.createLiteral;
Expand All @@ -26,6 +26,7 @@
import javax.jcr.RepositoryException;
import javax.jcr.Session;

import org.fcrepo.kernel.rdf.impl.NamespaceContext;
import org.fcrepo.kernel.utils.NamespaceTools;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down

0 comments on commit d447837

Please sign in to comment.