X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.layer0.utils%2Fsrc%2Forg%2Fsimantics%2Flayer0%2Futils%2FPropertyReference.java;h=f0f8e468359213c9b7e1f5b4217f78f0e864d13f;hb=refs%2Fchanges%2F69%2F1969%2F7;hp=896d3e60b78babaff49b59c0c4c78db5b1cff248;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/PropertyReference.java b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/PropertyReference.java index 896d3e60b..f0f8e4683 100644 --- a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/PropertyReference.java +++ b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/PropertyReference.java @@ -1,27 +1,27 @@ -/******************************************************************************* - * 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 - *******************************************************************************/ -/* - * - * @author Toni Kalajainen - */ -package org.simantics.layer0.utils; - -import org.simantics.db.Resource; -import org.simantics.db.common.ResourceArray; - -public class PropertyReference extends ResourceArray implements IPropertyReference { - - public PropertyReference(Resource ... resources) { - super(resources); - } - -} +/******************************************************************************* + * 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 + *******************************************************************************/ +/* + * + * @author Toni Kalajainen + */ +package org.simantics.layer0.utils; + +import org.simantics.db.Resource; +import org.simantics.db.common.ResourceArray; + +public class PropertyReference extends ResourceArray implements IPropertyReference { + + public PropertyReference(Resource ... resources) { + super(resources); + } + +}