diff --git a/core/src/main/java/uk/gov/gchq/magmacore/service/MagmaCoreService.java b/core/src/main/java/uk/gov/gchq/magmacore/service/MagmaCoreService.java index 1ea423fe..2f400908 100644 --- a/core/src/main/java/uk/gov/gchq/magmacore/service/MagmaCoreService.java +++ b/core/src/main/java/uk/gov/gchq/magmacore/service/MagmaCoreService.java @@ -57,6 +57,7 @@ * *

* Note that Transaction control is manual unless using any of the following: + *

*
    *
  1. getInTransaction()
  2. *
  3. runInReadTransaction()
  4. @@ -65,7 +66,7 @@ *
  5. importTtl()
  6. *
  7. verifyModel()
  8. *
- * + *

* Nested transactions are not supported so ensure that no transaction is in progress before * using any of the above methods. *