yangboz / linkedin-j

Automatically exported from code.google.com/p/linkedin-j
0 stars 0 forks source link

total and count connections mismatch #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

1. Have larger connections(arnd 500-600)
2. Connections cons = cilent.getConnectionsForCurrentUser();
3. int total = cons.getTotal();
 int count = cons.getCount();

the total and count are not same. 

Original issue reported on code.google.com by karna.v...@gmail.com on 2 Feb 2012 at 12:45