Added a configuration manager with support for LET-like constructs.
[jsvc.git] / src / dolda / jsvc / Request.java
index 6c779ac..8de008a 100644 (file)
@@ -21,7 +21,7 @@ public interface Request {
     public MultiMap<String, String> outheaders();
     
     /* Misc. */
-    public Map<?, ?> props();
+    public Map<Object, Object> props();
     public ServerContext ctx();
     public SocketAddress remoteaddr();
     public SocketAddress localaddr();