no effective change - format only

This commit is contained in:
Rob Bygrave
2016-11-17 19:24:38 +13:00
parent 2dceccfa78
commit 002d7d9f27
36 changed files with 873 additions and 897 deletions
@@ -7,8 +7,8 @@ import com.avaje.ebean.BackgroundExecutor;
*/
public interface SpiBackgroundExecutor extends BackgroundExecutor {
/**
* Shutdown any associated thread pools.
*/
void shutdown();
/**
* Shutdown any associated thread pools.
*/
void shutdown();
}