X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=inline;f=bundles%2Forg.simantics.annotation.ui%2Fsrc%2Forg%2Fsimantics%2Fannotation%2Fui%2FmodelBrowser2%2Fmodel%2FAnnotationNode.java;h=a4b68b617650d9f726fcfeb3af0543320a9ce898;hb=refs%2Fchanges%2F38%2F238%2F2;hp=baccc3666e544f9833af602ea178feae3b329b3a;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.annotation.ui/src/org/simantics/annotation/ui/modelBrowser2/model/AnnotationNode.java b/bundles/org.simantics.annotation.ui/src/org/simantics/annotation/ui/modelBrowser2/model/AnnotationNode.java index baccc3666..a4b68b617 100644 --- a/bundles/org.simantics.annotation.ui/src/org/simantics/annotation/ui/modelBrowser2/model/AnnotationNode.java +++ b/bundles/org.simantics.annotation.ui/src/org/simantics/annotation/ui/modelBrowser2/model/AnnotationNode.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * Copyright (c) 2012 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.annotation.ui.modelBrowser2.model; - -import org.simantics.browsing.ui.common.node.IDeletable; -import org.simantics.db.Resource; -import org.simantics.structural.ui.modelBrowser.nodes.AbstractNode; - -public class AnnotationNode extends AbstractNode implements IDeletable { - - public AnnotationNode(Resource resource) { - super(resource); - } - -} +/******************************************************************************* + * Copyright (c) 2012 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.annotation.ui.modelBrowser2.model; + +import org.simantics.browsing.ui.common.node.IDeletable; +import org.simantics.db.Resource; +import org.simantics.structural.ui.modelBrowser.nodes.AbstractNode; + +public class AnnotationNode extends AbstractNode implements IDeletable { + + public AnnotationNode(Resource resource) { + super(resource); + } + +}