From: Marius Gavrilescu Date: Sun, 9 Jun 2013 07:45:53 +0000 (+0300) Subject: Fix the three get functions X-Git-Url: http://git.ieval.ro/?p=unical.git;a=commitdiff_plain;h=16e2550caf5627ad8fdacaef50f1ff0c3d68d474 Fix the three get functions --- diff --git a/src/ro/ieval/unical/Attendee.java b/src/ro/ieval/unical/Attendee.java index e39c5b0..528121f 100644 --- a/src/ro/ieval/unical/Attendee.java +++ b/src/ro/ieval/unical/Attendee.java @@ -70,8 +70,10 @@ final class Attendee { final Cursor cursor = Attendees.query(cr, eventID, PROJECTION); cursor.moveToFirst(); final Attendee[] attendees = new Attendee[cursor.getCount()]; - for(int i=0;i