Dolda2000 GitWeb
/
jsvc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1488be
)
Added config to the general ServerContext interface.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 15 Oct 2009 04:51:54 +0000
(06:51 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 15 Oct 2009 04:51:54 +0000
(06:51 +0200)
src/dolda/jsvc/ServerContext.java
patch
|
blob
|
blame
|
history
diff --git
a/src/dolda/jsvc/ServerContext.java
b/src/dolda/jsvc/ServerContext.java
index
a47a714
..
9fd785a
100644
(file)
--- a/
src/dolda/jsvc/ServerContext.java
+++ b/
src/dolda/jsvc/ServerContext.java
@@
-2,4
+2,5
@@
package dolda.jsvc;
public interface ServerContext {
public long starttime();
+ public java.util.Properties config();
}