Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 42db835

Browse files
author
Eduard Bolos
committed
Remove redundant modifier in interface declaration
1 parent e1d5273 commit 42db835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/androidTest/java/novoda/lib/sqliteprovider/sqlite/InsertHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private void onQueryOf(String tableName, CursorOperations cursorOperations) {
143143
}
144144
}
145145

146-
private static interface CursorOperations {
146+
private interface CursorOperations {
147147
void doOperationsOn(Cursor cursor);
148148
}
149149
}

0 commit comments

Comments
 (0)