[jgroups-git] [belaban/JGroups] 954207: - Replaced short for Message.setFlags()/getFlags()...
Brought to you by:
belaban
From: <no...@gi...> - 2011-11-29 14:48:42
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 95420738e07581e9c63856bef1d19a8a8699d8da https://github.com/belaban/JGroups/commit/95420738e07581e9c63856bef1d19a8a8699d8da Author: Bela Ban <be...@ya...> Date: 2011-11-29 (Tue, 29 Nov 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/blocks.xml M src/org/jgroups/Message.java M src/org/jgroups/blocks/RequestOptions.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/MessageTest.java M tests/junit/org/jgroups/tests/Deadlock2Test.java M tests/other/org/jgroups/tests/MessageDispatcherSpeedTest.java M tests/other/org/jgroups/tests/PingPong.java M tests/other/org/jgroups/tests/RpcDispatcherSpeedTest.java M tests/other/org/jgroups/tests/UnicastTestRpcDist.java Log Message: ----------- - Replaced short for Message.setFlags()/getFlags() and RequestOptions.setFlags()/getFlags() etc with enum Flag (https://issues.jboss.org/browse/JGRP-1250) - Updated documentation |