package usda.weru.remoteDataAccess.csip;

import java.util.TreeMap;

/**
 *
 * @author mhaas
 */

// This simply removes all the compiler warnings that occur when using TreeMap directly...

public class CsipInterfaceTreeMap extends TreeMap <String, CsipInterfaceTreeMap>{
    private static final long serialVersionUID = 1L;
    
}
