mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Polish
Closes gh-5714
This commit is contained in:
committed by
Stephane Nicoll
parent
15dee60049
commit
6d48ee9593
+1
-1
@@ -50,7 +50,7 @@ public class User {
|
||||
this.vin = vin;
|
||||
}
|
||||
|
||||
protected Long getId() {
|
||||
public Long getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user