/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.core.gui.datamanagement.browser.spi; /** * * Provides common constants. * * @author Doreen Seider */ public final class DMBrowserNodeConstants { /** Name of browser node. */ public static final String NODE_NAME_EXECUTION_LOG = "Execution Log"; private DMBrowserNodeConstants() {} }