Make the WUDPartition class abstract

This commit is contained in:
Maschell 2019-04-10 18:00:32 +02:00
parent 64b6cfed97
commit 7869fa42b6

View File

@ -1,5 +1,5 @@
/****************************************************************************
* Copyright (C) 2016-2018 Maschell
* Copyright (C) 2016-2019 Maschell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -20,7 +20,7 @@ import de.mas.wiiu.jnus.Settings;
import lombok.Data;
@Data
public class WUDPartition {
public abstract class WUDPartition {
private final String partitionName;
private final long partitionOffset;