libreccm-legacy/ccm-cms/src/com/arsdigita/cms/dispatcher/DownloadImage.java

19 lines
306 B
Java

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.arsdigita.cms.dispatcher;
/**
*
* @author Sören Bernstein <quasi@quasiweb.de>
*/
public class DownloadImage extends BaseImage {
public DownloadImage() {
super(true);
}
}