mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective code change: Fixwarnings, overrides, generics etc. (#1285)
This commit is contained in:
committed by
Rob Bygrave
parent
cdbbd749a3
commit
0e3f47ee82
@@ -15,6 +15,7 @@ class BasicProfileLocation implements ProfileLocation {
|
||||
this.shortDescription = shortDesc(location);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return shortDescription;
|
||||
}
|
||||
@@ -24,6 +25,7 @@ class BasicProfileLocation implements ProfileLocation {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public String obtain() {
|
||||
return location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user