Pull up setDiskName() to FormattedDisk.

This commit is contained in:
John B. Matthews 2008-06-05 11:13:55 +00:00
parent 0884796fb2
commit 59b9704617
1 changed files with 6 additions and 0 deletions

View File

@ -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.
*/