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

com.xmlcalabash.util.DefaultJingConfigurer Maven / Gradle / Ivy

The newest version!
package com.xmlcalabash.util;

import com.thaiopensource.util.PropertyMapBuilder;
import com.xmlcalabash.config.JingConfigurer;

/**
 * Created by IntelliJ IDEA.
 * User: ndw
 * Date: 9/1/11
 * Time: 9:10 AM
 * To change this template use File | Settings | File Templates.
 */
public class DefaultJingConfigurer implements JingConfigurer {
    public void configRNC(PropertyMapBuilder properties) {
        // Do nothing
    }

    public void configRNG(PropertyMapBuilder properties) {
        // Do nothing
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy