mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-05 05:41:11 +00:00
feature: test change in BaseEntity
This commit is contained in:
parent
c2a4fe6b95
commit
eb2605ee0e
1 changed files with 4 additions and 0 deletions
|
|
@ -48,4 +48,8 @@ public class BaseEntity implements Serializable {
|
|||
return this.id == null;
|
||||
}
|
||||
|
||||
public void helloWorld() {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue