Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv29813
Modified Files:
CloudContext.java
Log Message:
generics
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
Index: CloudContext.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/CloudContext.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- CloudContext.java 4 Sep 2008 20:57:55 -0000 1.36
+++ CloudContext.java 23 Sep 2008 16:31:20 -0000 1.37
@@ -19,7 +19,7 @@
* @author Rob Vermeulen
* @author Pierre van Rooden
* @author Jaco de Groot
- * @version $Id: CloudContext.java,v 1.36 2008/09/04 20:57:55 michiel Exp $
+ * @version $Id: CloudContext.java,v 1.37 2008/09/23 16:31:20 michiel Exp $
*/
public interface CloudContext {
@@ -69,7 +69,7 @@
* @return the requested cloud
* @throws NotFoundException if the specified cloud could not be found
*/
- public Cloud getCloud(String name, String authenticationType, Map
loginInfo) throws NotFoundException;
+ public Cloud getCloud(String name, String authenticationType, Map<String,
?> loginInfo) throws NotFoundException;
/**
* Returns the cloud with the specified name, based on an existing User
object (e.g. of another [EMAIL PROTECTED] Cloud#getUser}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs