Skip to content

Commit

Permalink
Correct access visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Oct 23, 2015
1 parent 3d8cbbd commit 70db5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public IRIResolverNormal(IRI baseIRI) {
}

@Override
public IRI getBaseIRI() {
protected IRI getBaseIRI() {
return base ;
}

Expand Down

0 comments on commit 70db5e1

Please sign in to comment.