Move snapshot interface into docker infra

6.19.x
Max Shaposhnik 2017-05-30 18:35:42 +03:00
parent 56ea34c1aa
commit 3d93a98c59
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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;