X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fsymbolcontribution%2FIIdentifiedObject.java;h=ed5a4102048715d124492422e2687c68274bf06e;hb=a96e5125d72579c43abd70eb5c23de835324eaad;hp=4ce51c605f6c070d4f98c87d4608c764867912ce;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/IIdentifiedObject.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/IIdentifiedObject.java index 4ce51c605..ed5a41020 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/IIdentifiedObject.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/IIdentifiedObject.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * Copyright (c) 2007, 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.diagram.symbolcontribution; - -/** - * @author Tuukka Lehtonen - */ -public interface IIdentifiedObject { - - /** - * @return any object that identifies this object in the equals/hashCode - * sense - */ - Object getId(); - -} +/******************************************************************************* + * Copyright (c) 2007, 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.diagram.symbolcontribution; + +/** + * @author Tuukka Lehtonen + */ +public interface IIdentifiedObject { + + /** + * @return any object that identifies this object in the equals/hashCode + * sense + */ + Object getId(); + +}