blob: bc33c1bf4d53a3dc9ff483107187f5fbc9011f0c [file] [log] [blame]
/**
********************************************************************************
* Copyright (c) 2017-2020 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Robert Bosch GmbH - initial API and implementation
********************************************************************************
*/
package org.eclipse.app4mc.sca.ui.util;
/**
* Utilities for all the SCA ui operations
*/
public final class SCAToolsUIUtil {
/**
* Private constructor
*/
private SCAToolsUIUtil() {
// Private constructor
}
}