Skip to content

Commit

Permalink
reverted path character, and just leave the changed filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Jun 7, 2013
1 parent 3cc4da1 commit bd7731a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -11,7 +11,6 @@
import static org.fcrepo.responses.RdfSerializationUtils.setCachingHeaders;
import static org.slf4j.LoggerFactory.getLogger;

import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
Expand Down Expand Up @@ -68,7 +67,7 @@ public class HtmlProvider implements MessageBodyWriter<Dataset> {
/**
* Location in the classpath where Velocity templates are to be found.
*/
public static final String templatesLocation = File.separator + "views";
public static final String templatesLocation = "/views";

/**
* A map from String names for primary node types to the
Expand Down

0 comments on commit bd7731a

Please sign in to comment.