mirror of https://github.com/apache/cloudstack.git
=remove unwanted file
This commit is contained in:
parent
c338cb7dd0
commit
eb6ebbb7ca
|
|
@ -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 {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue