Removed unused class
parent
a03fb61f0a
commit
0c7d393afe
|
|
@ -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) ;
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue