Removed unused class

pull/10/head
Jens Pelzetter 2021-03-31 20:56:27 +02:00
parent a03fb61f0a
commit 0c7d393afe
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.librecms.ui.contentsections.documents;
import org.librecms.contentsection.ContentItem;
/**
* Interface to be implemented by all authoring steps.
*
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/
public interface AuthoringStepResource {
void setDocument(final ContentItem item) ;
}