diff --git a/src/com/webcodepro/applecommander/storage/FormattedDisk.java b/src/com/webcodepro/applecommander/storage/FormattedDisk.java index 756669a..b7a3031 100644 --- a/src/com/webcodepro/applecommander/storage/FormattedDisk.java +++ b/src/com/webcodepro/applecommander/storage/FormattedDisk.java @@ -136,6 +136,12 @@ public abstract class FormattedDisk extends Disk implements DirectoryEntry { */ public abstract String getDiskName(); + /** + * Set the name of the disk to volumeName. + */ + public void setDiskName(String volumeName) { + } + /** * Identify the operating system format of this disk. */