Skip to content

Commit

Permalink
core: remove redundant null-assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <ahadas@redhat.com>
  • Loading branch information
ahadas committed Oct 26, 2022
1 parent 8fc9203 commit 8563f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class RemoveDiskParameters extends ActionParametersBase {
private static final long serialVersionUID = -3691440035048144457L;
private Guid diskId;
private Guid storageDomainId;
private DiskStorageType diskStorageType = null;
private DiskStorageType diskStorageType;
private boolean forceDelete;
private boolean suppressContentTypeCheck;
private boolean unregisteredDisk;
Expand Down

0 comments on commit 8563f3a

Please sign in to comment.