Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor code review updates
  • Loading branch information
Andrew Woods committed May 6, 2014
1 parent 562664f commit 4d7292f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Expand Up @@ -153,7 +153,7 @@ RdfStream getVersionTriples(final IdentifierTranslator graphSubjects)
* @return
* @throws RepositoryException
*/
RdfStream getReferencesTriples(IdentifierTranslator graphSubjects) throws RepositoryException;
RdfStream getReferencesTriples(final IdentifierTranslator graphSubjects) throws RepositoryException;

/**
* Tag the current version of the Node with a version label that
Expand Down
Expand Up @@ -520,9 +520,9 @@ public String getPropertyNameFromPredicate(final Node node, final com.hp.hpl.jen
getNamespaceRegistry.apply(node);

return getJcrNameForRdfNode(namespaceRegistry,
predicate.getNameSpace(),
predicate.getLocalName(),
namespaceMapping);
predicate.getNameSpace(),
predicate.getLocalName(),
namespaceMapping);
}

/**
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright 2013 DuraSpace, Inc.
* Copyright 2014 DuraSpace, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/**
* Copyright 2013 DuraSpace, Inc.
* Copyright 2014 DuraSpace, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 4d7292f

Please sign in to comment.