Fix CI failures (checkstyle/pmd)

This commit is contained in:
Peter Serwylo 2017-09-11 12:48:24 +10:00 committed by Hans-Christoph Steiner
parent 595f72d5b2
commit 3a3c170781

View File

@ -76,7 +76,7 @@ final class LoggingQuery {
* query() takes 1ms, whereas the call go getCount() is the bit which takes time.
* As such, we will also track that method duration in order to potentially log slow queries.
*/
private class LogGetCountCursorWrapper extends CursorWrapper {
private final class LogGetCountCursorWrapper extends CursorWrapper {
private LogGetCountCursorWrapper(Cursor cursor) {
super(cursor);
}