All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.customware.confluence.reporting.LocalReportContextConnection Maven / Gradle / Ivy

The newest version!
package net.customware.confluence.reporting;

import org.randombits.confluence.intercom.thing.LocalThingConnection;

public class LocalReportContextConnection extends LocalThingConnection implements ReportContextConnection {

    public LocalReportContextConnection( ReportContext reportContext ) {
        super( reportContext );
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy