X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.issues%2Fsrc%2Forg%2Fsimantics%2Fissues%2FProjectKeys.java;h=7be0e405475ff1ece03a3375ba09a6dede43fa75;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=81c458055fbcd047b646250ffa4b163b63313c8c;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.issues/src/org/simantics/issues/ProjectKeys.java b/bundles/org.simantics.issues/src/org/simantics/issues/ProjectKeys.java index 81c458055..7be0e4054 100644 --- a/bundles/org.simantics.issues/src/org/simantics/issues/ProjectKeys.java +++ b/bundles/org.simantics.issues/src/org/simantics/issues/ProjectKeys.java @@ -1,21 +1,21 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 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.issues; - -import org.simantics.utils.datastructures.hints.IHintContext.Key; -import org.simantics.utils.datastructures.hints.IHintContext.KeyOf; - -public interface ProjectKeys { - - Key KEY_ACTIVE_ISSUE_ROOT = new KeyOf(Object.class); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 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.issues; + +import org.simantics.utils.datastructures.hints.IHintContext.Key; +import org.simantics.utils.datastructures.hints.IHintContext.KeyOf; + +public interface ProjectKeys { + + Key KEY_ACTIVE_ISSUE_ROOT = new KeyOf(Object.class); + +}