From 713b1a82cf19e7edc281239771fb12027063ab0a Mon Sep 17 00:00:00 2001 From: Gavin Date: Tue, 27 Dec 2022 17:33:51 +0100 Subject: [PATCH] fix indenting --- hibernate-core/src/main/javadoc/overview.html | 88 +++++++++---------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/hibernate-core/src/main/javadoc/overview.html b/hibernate-core/src/main/javadoc/overview.html index a91e9b87ef..a63b980138 100644 --- a/hibernate-core/src/main/javadoc/overview.html +++ b/hibernate-core/src/main/javadoc/overview.html @@ -10,21 +10,21 @@

Hibernate is a library for object/relation mapping (ORM). It provides: -

+

Native API

@@ -32,13 +32,13 @@

Along with {@link org.hibernate.SessionFactory} and {@link org.hibernate.Session}, applications using the native API will often make use of the following interfaces: -

+

JPA

@@ -74,28 +74,28 @@

The organization of code into packages is based on the following classification: -

+

More information