mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
removed self-assignment
It must have been a copy-paste from the other constructor. Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
This commit is contained in:
parent
d22b65f45f
commit
8e3ae40ba2
@ -41,7 +41,6 @@ public class QemuImgFile {
|
|||||||
|
|
||||||
public QemuImgFile(String fileName, PhysicalDiskFormat format) {
|
public QemuImgFile(String fileName, PhysicalDiskFormat format) {
|
||||||
this.fileName = fileName;
|
this.fileName = fileName;
|
||||||
this.size = size;
|
|
||||||
this.format = format;
|
this.format = format;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user