Open GoogleCodeExporter opened 9 years ago
Here is the code for deletion (c.getConnections() contains 2 connections)
Iterator it = c.getConnections().iterator();
while (it.hasNext()) {
Connection connection = (Connection)it.next();
connection.remove();
}
Original comment by flo.87....@gmail.com
on 14 Aug 2008 at 1:52
Original issue reported on code.google.com by
flo.87....@gmail.com
on 14 Aug 2008 at 1:49