X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fexamples%2Forg%2Fsimantics%2Fdataboard%2Fexample%2Fold%2FMethodInterfaceExample.java;h=730c68676379e6a98bc7349495acd9aa6754399e;hp=55141cbb3da150ab0abdb14c36c7e8d51e493922;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.databoard/examples/org/simantics/databoard/example/old/MethodInterfaceExample.java b/bundles/org.simantics.databoard/examples/org/simantics/databoard/example/old/MethodInterfaceExample.java index 55141cbb3..730c68676 100644 --- a/bundles/org.simantics.databoard/examples/org/simantics/databoard/example/old/MethodInterfaceExample.java +++ b/bundles/org.simantics.databoard/examples/org/simantics/databoard/example/old/MethodInterfaceExample.java @@ -8,17 +8,17 @@ import org.simantics.databoard.method.MethodInterface.AsyncResult; import org.simantics.databoard.method.MethodInterface.Method; import org.simantics.databoard.method.MethodTypeBinding; -/******************************************************************************* - * Copyright (c) 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 - *******************************************************************************/ +/******************************************************************************* + * Copyright (c) 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 + *******************************************************************************/ /** * In this example we bind an instance (myProcessor) with to a InterfaceType (commandProcessorInterface),