X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fmapping%2FDefaultMappedCopyAdvisor.java;h=a14dad0b1c9e571829088948184719df6b70a836;hb=4e402f51b0e34d40c3f9d33a4bec7feffeb8d339;hp=30e8b55ccbf12a1e810fbe65c16a2adb82afccc7;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling/src/org/simantics/modeling/mapping/DefaultMappedCopyAdvisor.java b/bundles/org.simantics.modeling/src/org/simantics/modeling/mapping/DefaultMappedCopyAdvisor.java index 30e8b55cc..a14dad0b1 100644 --- a/bundles/org.simantics.modeling/src/org/simantics/modeling/mapping/DefaultMappedCopyAdvisor.java +++ b/bundles/org.simantics.modeling/src/org/simantics/modeling/mapping/DefaultMappedCopyAdvisor.java @@ -1,23 +1,23 @@ -/******************************************************************************* - * 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.mapping; - -/** - * @author Tuukka Lehtonen - */ -public class DefaultMappedCopyAdvisor extends MappedElementCopyAdvisor { - - public DefaultMappedCopyAdvisor() { - super(new ElementCopyAdvisor(), new ComponentCopyAdvisor()); - } - -} +/******************************************************************************* + * 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.mapping; + +/** + * @author Tuukka Lehtonen + */ +public class DefaultMappedCopyAdvisor extends MappedElementCopyAdvisor { + + public DefaultMappedCopyAdvisor() { + super(new ElementCopyAdvisor(), new ComponentCopyAdvisor()); + } + +}