CVS update: JGroups/src/org/jgroups/stack Configurator.java
"Bela Ban" <[email protected]> Thu, 16 Sep 2010 15:32:23 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/16 15:32:23
Modified: src/org/jgroups/stack Configurator.java
Log:
ns
Revision Changes Path
1.86 +2 -2 JGroups/src/org/jgroups/stack/Configurator.java
Index: Configurator.java
===================================================================
RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/stack/Configurator.java,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- Configurator.java 16 Sep 2010 14:21:41 -0000 1.85
+++ Configurator.java 16 Sep 2010 15:32:23 -0000 1.86
@@ -37,7 +37,7 @@
* of the protocol stack and the properties of each layer.
* @author Bela Ban
* @author Richard Achmatowicz
- * @version $Id: Configurator.java,v 1.85 2010/09/16 14:21:41 belaban Exp $
+ * @version $Id: Configurator.java,v 1.86 2010/09/16 15:32:23 belaban Exp $
*/
public class Configurator implements ProtocolStackFactory {
protected static final Log log=LogFactory.getLog(Configurator.class);
@@ -57,7 +57,7 @@
}
public Protocol setupProtocolStack(ProtocolStack copySource)throws Exception{
- Vector<Protocol> protocols=copySource.copyProtocols(stack);
+ List<Protocol> protocols=copySource.copyProtocols(stack);
Collections.reverse(protocols);
return connectProtocols(protocols);
}
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev