// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.openms.knime.nodes.SpecLibCreator;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeDialog;

import com.genericworkflownodes.knime.config.INodeConfiguration;

/**
    @brief SpecLibCreator Node Dialog.
*/
public class SpecLibCreatorNodeDialog extends GenericKnimeNodeDialog
{
    protected SpecLibCreatorNodeDialog(INodeConfiguration config)
    {
        super(config);
    }
}
