001/*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005package org.anarres.qemu.exec.host.disk;
006
007/**
008 *
009 * @author shevek
010 */
011public class AbstractDisk implements Disk {
012}