Merger.java 592 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.commons.json.JSONException
 *  org.apache.sling.commons.json.JSONObject
 */
package com.day.cq.analytics.sitecatalyst.rsmerger;

import com.day.cq.analytics.sitecatalyst.rsmerger.MergedVariable;
import org.apache.sling.commons.json.JSONException;
import org.apache.sling.commons.json.JSONObject;

@Deprecated
public interface Merger {
    public JSONObject mergeVariable(Integer var1, MergedVariable var2) throws JSONException;

    public JSONObject getReportSuite() throws JSONException;
}