/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.core.gui.workflow.integration; import de.rcenvironment.core.component.integration.ToolIntegrationConstants; /** * @author Sascha Zur */ public class PreScriptSection extends BaseScriptReadOnlySection { public PreScriptSection() { super(ToolIntegrationConstants.KEY_PRE_SCRIPT); } }