Skip to content

Commit

Permalink
Make FcrepoLink public
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f authored and acoburn committed Aug 21, 2015
1 parent 555078a commit 23afe74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/fcrepo/camel/FcrepoLink.java
Expand Up @@ -22,7 +22,7 @@
*
* @author Aaron Coburn
*/
class FcrepoLink {
public class FcrepoLink {

private static final String LINK_DELIM = ";";

Expand Down Expand Up @@ -52,7 +52,7 @@ public URI getUri() {

/**
* Retrieve the REL portion of the link
*
*
* @return the "rel" portion of a Link header
*/
public String getRel() {
Expand Down

0 comments on commit 23afe74

Please sign in to comment.