19 lines
326 B
Java
19 lines
326 B
Java
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
package com.arsdigita.cms;
|
|
|
|
import com.arsdigita.globalization.MixedResourceBundle;
|
|
|
|
/**
|
|
*
|
|
* @author pb
|
|
*/
|
|
public class CMSResources_de extends MixedResourceBundle {
|
|
|
|
public CMSResources_de() {
|
|
super();
|
|
}
|
|
}
|