Move snapshot interface into docker infra
parent
56ea34c1aa
commit
3d93a98c59
|
|
@ -8,7 +8,7 @@
|
|||
* Contributors:
|
||||
* Codenvy, S.A. - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.che.api.core.model.machine;
|
||||
package org.eclipse.che.workspace.infrastructure.docker.snapshot;
|
||||
|
||||
/**
|
||||
* Represents saved state of a machine
|
||||
|
|
@ -11,7 +11,6 @@
|
|||
package org.eclipse.che.workspace.infrastructure.docker.snapshot;
|
||||
|
||||
import org.eclipse.che.api.core.model.machine.MachineSource;
|
||||
import org.eclipse.che.api.core.model.machine.Snapshot;
|
||||
import org.eclipse.che.api.workspace.server.model.impl.MachineSourceImpl;
|
||||
import org.eclipse.che.commons.lang.NameGenerator;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue