/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package usda.weru.weps.fuel;

import javax.swing.DefaultComboBoxModel;

/**
 *
 * @author josephalevin
 */
@Deprecated
public class FuelComboBoxModel extends DefaultComboBoxModel<Object> {
    private static final long serialVersionUID = 1L;

}
