From 3e85cb6e792716e0694a0137a132444d32bb8705 Mon Sep 17 00:00:00 2001 From: Vineet Reynolds Date: Wed, 4 Mar 2015 17:35:48 +0530 Subject: [PATCH] Fixed image syntax in DataPersistence.asciidoc --- tutorial/DataPersistence.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/DataPersistence.asciidoc b/tutorial/DataPersistence.asciidoc index 0208455d7..ea8acb1f8 100644 --- a/tutorial/DataPersistence.asciidoc +++ b/tutorial/DataPersistence.asciidoc @@ -91,13 +91,13 @@ For ticket category, the choice of natural identity is easy and obvious - it mus [[eclipse-generate-hashcode-equals]] .Generate hashCode() and equals() in Eclipse -image::gfx/eclipse-generate-hashcode-equals.png +image::gfx/eclipse-generate-hashcode-equals.png[] Now, select the properties to include: [[eclipse-generate-hashcode-equals-2]] .Generate hashCode() and equals() in Eclipse -image::gfx/eclipse-generate-hashcode-equals-2.png +image::gfx/eclipse-generate-hashcode-equals-2.png[] Now that we have a JavaBean, let's proceed to make it an entity. First, add the `@Entity` annotation to the class: