X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.workbench%2Fsrc%2Forg%2Fsimantics%2Fworkbench%2Finternal%2Fpreferences%2FSimanticsPreferences.java;fp=bundles%2Forg.simantics.workbench%2Fsrc%2Forg%2Fsimantics%2Fworkbench%2Finternal%2Fpreferences%2FSimanticsPreferences.java;h=e176a2f03d0ccff8b27bc88edcc9cd898ce281e9;hp=b1baa493d1b30de0ff4c02a010e78fa05a972790;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/preferences/SimanticsPreferences.java b/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/preferences/SimanticsPreferences.java index b1baa493d..e176a2f03 100644 --- a/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/preferences/SimanticsPreferences.java +++ b/bundles/org.simantics.workbench/src/org/simantics/workbench/internal/preferences/SimanticsPreferences.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 Association for Decentralized Information Management in - * Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.workbench.internal.preferences; - -/** - * @author Tuukka Lehtonen - */ -public final class SimanticsPreferences { - - /** - * Stores whether or not to show the Simantics database debug controls. - */ - public static final String SHOW_DATABASE_CONTROLS = "SHOW_DATABASE_CONTROLS"; //$NON-NLS-1$ - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.workbench.internal.preferences; + +/** + * @author Tuukka Lehtonen + */ +public final class SimanticsPreferences { + + /** + * Stores whether or not to show the Simantics database debug controls. + */ + public static final String SHOW_DATABASE_CONTROLS = "SHOW_DATABASE_CONTROLS"; //$NON-NLS-1$ + +}