Skip to content

Commit

Permalink
Just moving ManagedRdf to a more appropriate package
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Oct 29, 2013
1 parent 5bcaf64 commit 7b4bcc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.fcrepo.kernel.utils.iterators;
package org.fcrepo.kernel.rdf;

import static com.hp.hpl.jena.rdf.model.ModelFactory.createDefaultModel;
import static org.fcrepo.kernel.RdfLexicon.isManagedNamespace;
Expand Down
Expand Up @@ -21,9 +21,9 @@
import static com.google.common.base.Predicates.not;
import static com.hp.hpl.jena.rdf.model.ModelFactory.createDefaultModel;
import static com.hp.hpl.jena.vocabulary.RDF.type;
import static org.fcrepo.kernel.rdf.ManagedRdf.isManagedMixin;
import static org.fcrepo.kernel.rdf.ManagedRdf.isManagedTriple;
import static org.fcrepo.kernel.utils.JcrRdfTools.getJcrNamespaceForRDFNamespace;
import static org.fcrepo.kernel.utils.iterators.ManagedRdf.isManagedMixin;
import static org.fcrepo.kernel.utils.iterators.ManagedRdf.isManagedTriple;
import static org.slf4j.LoggerFactory.getLogger;

import java.util.Map;
Expand Down
Expand Up @@ -22,8 +22,8 @@
import static com.hp.hpl.jena.rdf.model.ResourceFactory.createResource;
import static org.fcrepo.kernel.RdfLexicon.HAS_CHILD;
import static org.fcrepo.kernel.RdfLexicon.REPOSITORY_NAMESPACE;
import static org.fcrepo.kernel.utils.iterators.ManagedRdf.isManagedMixin;
import static org.fcrepo.kernel.utils.iterators.ManagedRdf.isManagedTriple;
import static org.fcrepo.kernel.rdf.ManagedRdf.isManagedMixin;
import static org.fcrepo.kernel.rdf.ManagedRdf.isManagedTriple;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
Expand Down

0 comments on commit 7b4bcc5

Please sign in to comment.