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:
Laszlo Hornyak 2014-02-09 18:46:36 +01:00
parent d22b65f45f
commit 8e3ae40ba2

View File

@ -41,7 +41,6 @@ public class QemuImgFile {
public QemuImgFile(String fileName, PhysicalDiskFormat format) {
this.fileName = fileName;
this.size = size;
this.format = format;
}