Loading src/main/java/at/bitfire/ical4android/AndroidEvent.kt +0 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,6 @@ abstract class AndroidEvent( protected open fun populateAttendee(row: ContentValues) { Constants.log.log(Level.FINE, "Read event attendee from calender provider", row) MiscUtils.removeEmptyStrings(row) try { val attendee: Attendee Loading src/main/java/at/bitfire/ical4android/ICalendar.kt +6 −1 Original line number Diff line number Diff line Loading @@ -173,9 +173,14 @@ open class ICalendar { } /** * Validates an iCalendar resource and catches/logs a potential [ValidationException]. * Validates an iCalendar resource. * * Debug builds only: throws [ValidationException] when the resource is invalid. * Release builds only: prints a warning to the log when the resource is invalid. * * @param ical iCalendar resource to be validated * * @throws ValidationException when the resource is invalid (only if [BuildConfig.DEBUG] is set) */ fun softValidate(ical: Calendar) { try { Loading Loading
src/main/java/at/bitfire/ical4android/AndroidEvent.kt +0 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,6 @@ abstract class AndroidEvent( protected open fun populateAttendee(row: ContentValues) { Constants.log.log(Level.FINE, "Read event attendee from calender provider", row) MiscUtils.removeEmptyStrings(row) try { val attendee: Attendee Loading
src/main/java/at/bitfire/ical4android/ICalendar.kt +6 −1 Original line number Diff line number Diff line Loading @@ -173,9 +173,14 @@ open class ICalendar { } /** * Validates an iCalendar resource and catches/logs a potential [ValidationException]. * Validates an iCalendar resource. * * Debug builds only: throws [ValidationException] when the resource is invalid. * Release builds only: prints a warning to the log when the resource is invalid. * * @param ical iCalendar resource to be validated * * @throws ValidationException when the resource is invalid (only if [BuildConfig.DEBUG] is set) */ fun softValidate(ical: Calendar) { try { Loading