Constants.java 498 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.commons.lang.time.FastDateFormat
 */
package com.day.cq.wcm.commons;

import org.apache.commons.lang.time.FastDateFormat;

public interface Constants {
    public static final FastDateFormat DATE_DEFAULT = FastDateFormat.getInstance((String)"dd.MM.yyyy HH:mm:ss");
    public static final String[] EMPTY_STRING_ARRAY = new String[0];
    public static final String PATH_UGC = "/content/usergenerated";
}