deyanTG / caldav4j

Automatically exported from code.google.com/p/caldav4j
0 stars 0 forks source link

Comp constructor doesn't set CalDAV namespace #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Comp(String, String, boolean, boolean, List<Comp>, List<CalDAVProp>)
forgets to set caldavNamespaceQualifier.

Original issue reported on code.google.com by markhob...@gmail.com on 1 Sep 2008 at 3:53

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in trunk. Bobby made caldavNamespaceQualifier not "final", so didn't 
change it.

Thx,R

Original comment by robipo...@gmail.com on 7 Sep 2008 at 1:46

GoogleCodeExporter commented 8 years ago
Okay, thanks.  I made it final to avoid the problem again in future, but no 
worries.

Original comment by markhob...@gmail.com on 8 Sep 2008 at 8:51