/* * 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 PostScriptSection extends BaseScriptReadOnlySection { public PostScriptSection() { super(ToolIntegrationConstants.KEY_POST_SCRIPT); } }