Code review nitpicks.

This commit is contained in:
akwizgran
2016-05-12 18:29:09 +01:00
parent eac17e74a1
commit 1528aa0d12
6 changed files with 20 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
package org.briarproject.android.controller;
public interface DbController {
void runOnDbThread(Runnable task);
}