<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * 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&lt;Object&gt; {
    private static final long serialVersionUID = 1L;

}
</pre></body></html>