X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.issues.ui%2Fsrc%2Forg%2Fsimantics%2Fissues%2Fui%2Fhandler%2FUnresolve.java;fp=bundles%2Forg.simantics.issues.ui%2Fsrc%2Forg%2Fsimantics%2Fissues%2Fui%2Fhandler%2FUnresolve.java;h=00b6f112c2c483c73a2a31f5db943f3e641dbd29;hp=56c78ee05dc89f79a5c643a3df3dc23edc4f3ff7;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unresolve.java b/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unresolve.java index 56c78ee05..00b6f112c 100644 --- a/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unresolve.java +++ b/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unresolve.java @@ -1,26 +1,26 @@ -/******************************************************************************* - * 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.issues.ui.handler; - -import org.simantics.issues.ontology.IssueResource; - - -/** - * @author Tuukka Lehtonen - */ -public class Unresolve extends PreferenceHandler { - - public Unresolve() { - super(null, IssueResource.URIs.Resolved, false); - } - -} +/******************************************************************************* + * 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.issues.ui.handler; + +import org.simantics.issues.ontology.IssueResource; + + +/** + * @author Tuukka Lehtonen + */ +public class Unresolve extends PreferenceHandler { + + public Unresolve() { + super(null, IssueResource.URIs.Resolved, false); + } + +}