Skip to content

Commit 3e85cb6

Browse files
Fixed image syntax in DataPersistence.asciidoc
1 parent 5843e54 commit 3e85cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/DataPersistence.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ For ticket category, the choice of natural identity is easy and obvious - it mus
9191

9292
[[eclipse-generate-hashcode-equals]]
9393
.Generate hashCode() and equals() in Eclipse
94-
image::gfx/eclipse-generate-hashcode-equals.png
94+
image::gfx/eclipse-generate-hashcode-equals.png[]
9595

9696
Now, select the properties to include:
9797

9898
[[eclipse-generate-hashcode-equals-2]]
9999
.Generate hashCode() and equals() in Eclipse
100-
image::gfx/eclipse-generate-hashcode-equals-2.png
100+
image::gfx/eclipse-generate-hashcode-equals-2.png[]
101101

102102
Now that we have a JavaBean, let's proceed to make it an entity. First, add the `@Entity` annotation to the class:
103103

0 commit comments

Comments
 (0)