Skip to content

Commit

Permalink
Checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Oct 31, 2014
1 parent 84bde4c commit ad29fec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -536,7 +536,7 @@ public String apply(final RDFNode input) {
}
});
log.debug("Received RDF nodes: {}", rdfNodes);
String referencesContextClassName = ReferencesRdfContext.class.getName();
final String referencesContextClassName = ReferencesRdfContext.class.getName();
assertTrue("Should include references contexts", any(rdfNodes, containsPattern(referencesContextClassName)));
}

Expand Down

0 comments on commit ad29fec

Please sign in to comment.