Gigantic warning cleanup
This commit is contained in:
@@ -10,9 +10,6 @@ public class CustomObjectRepository {
|
||||
public CustomObjectRepository() {
|
||||
this.objects = new ArrayList<CustomImageObject>();
|
||||
}
|
||||
public CustomObjectRepository(List<CustomImageObject> objects) {
|
||||
setObjects(objects);
|
||||
}
|
||||
|
||||
public void setObjects(List<CustomImageObject> objects) {
|
||||
this.objects = new ArrayList<CustomImageObject>(objects);
|
||||
|
||||
@@ -28,6 +28,7 @@ public class ReplayImageAsset implements ReplayAsset<BufferedImage> {
|
||||
|
||||
private String name;
|
||||
|
||||
@Override
|
||||
public ReplayImageAsset copy() {
|
||||
ReplayImageAsset newReplay = new ReplayImageAsset(name);
|
||||
newReplay.object = object;
|
||||
|
||||
Reference in New Issue
Block a user