[
https://issues.jboss.org/browse/JGRP-1141?page=com.atlassian.jira.plugin....
]
Bela Ban updated JGRP-1141:
---------------------------
Description:
e.g.
{code}
RspList<Integer> list=disp.callRemoteMethods(....);
for(Rsp<Integer> rsp: rsps) {
int counter=rsp.getValue();
}
{code}
was:
e.g. RspList<Integer> list=disp.callRemoteMethods(....);
for(Rsp<Ineteger> rsp: rsps) {
int counter=rsp.getValue();
}
RspList: use generics
---------------------
Key: JGRP-1141
URL:
https://issues.jboss.org/browse/JGRP-1141
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.0
e.g.
{code}
RspList<Integer> list=disp.callRemoteMethods(....);
for(Rsp<Integer> rsp: rsps) {
int counter=rsp.getValue();
}
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira