Merge branch 'master' of git.dolda2000.com:/srv/git/r/jsvc
[jsvc.git] / src / dolda / jsvc / ServerContext.java
1 package dolda.jsvc;
2
3 public interface ServerContext {
4     public String rootpath();
5     public long starttime();
6 }