Close cursors (+tidy redundant class qualifiers)

This commit is contained in:
Yusuke Matsubara 2016-07-09 13:09:41 +09:00
parent c5c505964c
commit 95f538edc4
3 changed files with 28 additions and 18 deletions

View file

@ -145,6 +145,7 @@ public class UploadController {
} else {
contribution.setDateCreated(new Date());
}
cursor.close();
}
return contribution;