Skip to content

Commit

Permalink
Further examples of RDF generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Feb 5, 2015
1 parent 6e0b21e commit 4343f34
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,12 +15,12 @@
*/
package org.fcrepo.kernel.utils;

import javax.jcr.RepositoryException;
import java.net.URI;
import java.util.Set;

/**
* @author bbpennel
* @author ajs6f
* @since Feb 18, 2014
*/
public interface FixityResult {
Expand All @@ -36,7 +36,7 @@ public static enum FixityState {
* Get the identifier for the entry's store
* @return String
*/
String getStoreIdentifier() throws RepositoryException;
String getStoreIdentifier();

/**
* Check if the fixity result matches the given checksum URI
Expand Down

0 comments on commit 4343f34

Please sign in to comment.