Skip to content

Commit b4ec874

Browse files
authored
Merge pull request #39 from nikhilsreeni1/patch-1
Update Instructor.java
2 parents 9e6870e + 7fcbd95 commit b4ec874

File tree

1 file changed

+1
-1
lines changed
  • springboot-jpa-one-to-one-example/src/main/java/net/alanbinu/springboot/jpa/model

1 file changed

+1
-1
lines changed

springboot-jpa-one-to-one-example/src/main/java/net/alanbinu/springboot/jpa/model/Instructor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.guides.springboot.jpa.model;
1+
package net.alanbinu.springboot.jpa.model;
22

33
import javax.persistence.CascadeType;
44
import javax.persistence.Column;

0 commit comments

Comments
 (0)