X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FServerContext.java;h=a47a714ec895230c0300ea5463c7987002d54b1b;hp=c2d539b9533bd3a012985788ac656c78895d81f4;hb=4b8346e1aad3c58196f8d4dadf9da6726f66f5f4;hpb=d7bc1a7a5f8c82911f7504903cfbfd956b216022 diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java index c2d539b..a47a714 100644 --- a/src/dolda/jsvc/ServerContext.java +++ b/src/dolda/jsvc/ServerContext.java @@ -1,6 +1,5 @@ package dolda.jsvc; public interface ServerContext { - public String rootpath(); public long starttime(); }