mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-22 16:09:18 +01:00
Make the WUDPartition class abstract
This commit is contained in:
parent
64b6cfed97
commit
7869fa42b6
@ -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
|
* 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
|
* 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;
|
import lombok.Data;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class WUDPartition {
|
public abstract class WUDPartition {
|
||||||
private final String partitionName;
|
private final String partitionName;
|
||||||
private final long partitionOffset;
|
private final long partitionOffset;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user