From cd780208e530e7882a4c65589e6c7743c82fb333 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Sun, 3 Mar 2024 11:45:36 +1300 Subject: [PATCH] Javadoc format only for io.ebean.Database --- .../src/main/java/io/ebean/Database.java | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ebean-api/src/main/java/io/ebean/Database.java b/ebean-api/src/main/java/io/ebean/Database.java index 5c3ca8265..6bd7ebe2b 100644 --- a/ebean-api/src/main/java/io/ebean/Database.java +++ b/ebean-api/src/main/java/io/ebean/Database.java @@ -88,16 +88,16 @@ public interface Database { /** * Return a new database builder. - *
{@code
- *
- *   // build the 'default' database using configuration
- *   // from application.properties / application.yaml
- *
- *   Database db = Database.builder()
- *     .loadFromProperties()
- *     .build();
- *
- * }
+ *
{@code
+   *
+   *   // build the 'default' database using configuration
+   *   // from application.properties / application.yaml
+   *
+   *   Database db = Database.builder()
+   *     .loadFromProperties()
+   *     .build();
+   *
+   * }
*/ static DatabaseBuilder builder() { return new DatabaseConfig();