removed StepExecutionInterface

This commit is contained in:
Francesco Mangiacrapa 2024-04-15 11:45:06 +02:00
parent b3d89b7f09
commit e39a3e1380
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package org.gcube.application.geoportal.common.model.rest;
public interface StepExecutionInterface {
String getStepID();
String getMessage();
}