diff --git a/ebean-api/src/main/java/io/ebean/ExtendedServer.java b/ebean-api/src/main/java/io/ebean/ExtendedServer.java index 1c1a68289..baa003ede 100644 --- a/ebean-api/src/main/java/io/ebean/ExtendedServer.java +++ b/ebean-api/src/main/java/io/ebean/ExtendedServer.java @@ -4,14 +4,6 @@ import java.time.Clock; /** * The extended API for Database. - *
- * Deprecated in favour of using {@link Query#usingTransaction(Transaction)} instead. - *
- * This provides the finder methods that take an explicit transaction rather than obtaining - * the transaction from the usual mechanism (which is ThreadLocal based). - *
- * Note that in all cases the transaction supplied can be null and in this case the Database - * will use the normal mechanism to obtain the transaction to use. */ public interface ExtendedServer {