Author: markt Date: Thu Dec 22 16:27:34 2011 New Revision: 1222331 URL: http://svn.apache.org/viewvc?rev=1222331&view=rev Log: Update
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1222331&r1=1222330&r2=1222331&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Dec 22 16:27:34 2011 @@ -55,6 +55,16 @@ </scode> </changelog> </subsection> + <subsection name="Tribes"> + <changelog> + <scode> + Refactor <code>AbstractReplicatedMap</code> to use generics. A key + side-effect of this is that the class now implements + <code>Map<K,V></code> rather than extends + <code>ConcurrentMap</code>. (markt) + </scode> + </changelog> + </subsection> <subsection name="Other"> <changelog> <scode> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org