X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=samples%2Fbsh%2Fsrc%2Fdolda%2Fbsvc%2FMain.java;h=9deae0efdf78f34c6bed8dfcee2435415752a10f;hp=d6a83d2c4e1416152b7d15e3d186f47f118f8eea;hb=e899706d484297f283373f8b55825d2c4e5a067c;hpb=ba5757cbfe4630e795f85fb7f4dc5ff5d684e8c7 diff --git a/samples/bsh/src/dolda/bsvc/Main.java b/samples/bsh/src/dolda/bsvc/Main.java index d6a83d2..9deae0e 100644 --- a/samples/bsh/src/dolda/bsvc/Main.java +++ b/samples/bsh/src/dolda/bsvc/Main.java @@ -7,7 +7,7 @@ public class Main { public static Responder responder() { Multiplexer root = new Multiplexer(); root.file("sh", new PerSession(ShellPage.class)); - root.file("css", new StaticContent(Main.class, "static/base.css", false, "text/css")); + root.file("css", new StaticContent(Main.class, "static/base.css", "text/css")); return(Misc.stdroot(root)); } }