X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FmodelBrowser2%2Fmodel%2FStatesNode.java;h=8c4d82593df19ae21651ce204bc15bc22eb9cc03;hb=fa806341cc06b72051d5e8d709674eb9d5c2bf00;hp=5b6e42e0427af95c53f1e52040ab478d9ea9239b;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser2/model/StatesNode.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser2/model/StatesNode.java index 5b6e42e04..8c4d82593 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser2/model/StatesNode.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/modelBrowser2/model/StatesNode.java @@ -1,26 +1,26 @@ -/******************************************************************************* - * 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.modeling.ui.modelBrowser2.model; - -import org.simantics.db.Resource; -import org.simantics.structural.ui.modelBrowser.nodes.NoResourceNode; - -/** - * @author Tuukka Lehtonen - */ -public class StatesNode extends NoResourceNode { - - public StatesNode(Resource resource) { - super(resource); - } - -} +/******************************************************************************* + * 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.modeling.ui.modelBrowser2.model; + +import org.simantics.db.Resource; +import org.simantics.structural.ui.modelBrowser.nodes.NoResourceNode; + +/** + * @author Tuukka Lehtonen + */ +public class StatesNode extends NoResourceNode { + + public StatesNode(Resource resource) { + super(resource); + } + +}