From ae0e1fe691f07946dd25f6a6d5a8ad9f050403df Mon Sep 17 00:00:00 2001 From: rbygrave Date: Fri, 25 Jul 2014 23:21:14 +1200 Subject: [PATCH] No effective change - remove some incorrect javadoc --- .../com/avaje/ebean/annotation/Transactional.java | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/main/java/com/avaje/ebean/annotation/Transactional.java b/src/main/java/com/avaje/ebean/annotation/Transactional.java index 11439111a..33c7851c3 100644 --- a/src/main/java/com/avaje/ebean/annotation/Transactional.java +++ b/src/main/java/com/avaje/ebean/annotation/Transactional.java @@ -55,21 +55,6 @@ import com.avaje.ebean.TxType; * Ebean.save(order); * } * - * - *

- * During development and testing you can set a debug level which will log the - * transaction begin, commit and rollback events so that you can easily confirm - * it is behaving as you would expect. - *

- * - *
- *  ## in ebean.properties file
- *  
- *  ## Log transaction begins and ends etc
- *  ## (0=NoLogging 1=minimal ... 9=logAll)
- *  ebean.debug.transaction=3
- * 
- * 
*/ @Target({ ElementType.METHOD, ElementType.TYPE }) @Retention(RetentionPolicy.RUNTIME)