[Cosmo-dev] Re: [commits-cosmo] (rletness) [3564] bug 7961
Brian Moseley
bcm at osafoundation.org
Fri Feb 2 12:37:08 PST 2007
On 2/2/07, svncheckin at osafoundation.org <svncheckin at osafoundation.org> wrote:
> + // Handle the case where events don't have a UID (should be rare)
> + if(uid!=null)
> + icalUid = event.getUid().getValue();
> + else
> + icalUid = "UNKNOWN";
> +
> + if(uid==null || "".equals(uid))
> + icalUid = "UNKNOWN";
shouldn't we generate a new uid instead of doing this?
More information about the cosmo-dev
mailing list