X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.layer0.utils%2Fsrc%2Forg%2Fsimantics%2Flayer0%2Futils%2Foperations%2FOperation.java;h=15a397f3c1a6d7d62e2bafdcd90f92dda2813a3a;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=bfb39107807b9e04ed03a0e13433ae8ae96fc8ec;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/operations/Operation.java b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/operations/Operation.java index bfb391078..15a397f3c 100644 --- a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/operations/Operation.java +++ b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/operations/Operation.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * 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.layer0.utils.operations; - -public abstract class Operation implements IOperation { - String name; - - public Operation(String name) { - this.name = name; - } - - @Override - public String getName() { - return name; - } -} +/******************************************************************************* + * 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.layer0.utils.operations; + +public abstract class Operation implements IOperation { + String name; + + public Operation(String name) { + this.name = name; + } + + @Override + public String getName() { + return name; + } +}