share-updates/src/main/java/org/gcube/portlets/user/shareupdates/client/view/Placeholder.java

14 lines
315 B
Java

package org.gcube.portlets.user.shareupdates.client.view;
import com.google.gwt.user.client.ui.VerticalPanel;
/**
* This panel will contain the attachments/previews
* @author Massimiliano Assante at ISTI CNR
* @author Costantino Perciante at ISTI CNR
*
*/
public class Placeholder extends VerticalPanel {
}