=remove unwanted file

This commit is contained in:
Nitin Mehta 2013-04-29 09:27:07 +05:30
parent c338cb7dd0
commit eb6ebbb7ca
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
package com.cloud.storage;
import org.apache.cloudstack.acl.ControlledEntity;
import org.apache.cloudstack.api.Identity;
import org.apache.cloudstack.api.InternalIdentity;
/**
* Created with IntelliJ IDEA.
* User: nitinmehta
* Date: 24/04/13
* Time: 5:55 PM
* To change this template use File | Settings | File Templates.
*/
public interface VolumeDetail extends ControlledEntity, InternalIdentity, Identity {
}