/* * JBoss, Home of Professional Open Source. * * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. * * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. */ package org.teiid.designer.vdb.ui.preferences; /** * * * @since 8.0 */ public interface VdbPreferenceConstants { /** * A preference indicating if a warning dialog should not be displayed before synchronizing VDB entries. */ String SYNCHRONIZE_WITHOUT_WARNING = "synchronizeWithoutWarning"; //$NON-NLS-1$ }