Hi:
My code works:
private void deleteBlips() {
Blip blip = wavelet.getRootBlip();
for (Blip child : blip.getChildren()) {
try{
child.delete();
}
catch(Exception e){
log.warning("EXCEPTION TO DELETE THE BLIP" +e);
}
}
}
--
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en.