Skip to content

Commit

Permalink
make application/n3 the default rdf serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 19, 2013
1 parent 1620818 commit 1e0008c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcrepo-http-api/src/main/java/org/fcrepo/api/FedoraNodes.java
Expand Up @@ -72,8 +72,8 @@ public class FedoraNodes extends AbstractResource {
private LowLevelStorageService llStoreService;

@GET
@Produces({TEXT_HTML, N3, N3_ALT1, N3_ALT2, TURTLE, RDF_XML, RDF_JSON,
NTRIPLES})
@Produces({N3, N3_ALT1, N3_ALT2, TURTLE, RDF_XML, RDF_JSON,
NTRIPLES, TEXT_HTML})
public Dataset describe(@PathParam("path")
final List<PathSegment> pathList, @Context
final Request request) throws RepositoryException, IOException {
Expand Down

0 comments on commit 1e0008c

Please sign in to comment.