mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Replace explicit type with <>
This commit is contained in:
@@ -42,7 +42,7 @@ public class Car extends Vehicle {
|
||||
|
||||
@OneToMany(mappedBy = "car")
|
||||
@OrderBy("fuse.locationCode")
|
||||
private Set<CarAccessory> accessories = new HashSet<CarAccessory>();
|
||||
private Set<CarAccessory> accessories = new HashSet<>();
|
||||
|
||||
private String notes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user