X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.utils.thread%2Fsrc%2Forg%2Fsimantics%2Futils%2Fthreads%2Flogger%2FITask.java;h=781e67bd4f2561423b2165ab9657ac84857ba4e0;hb=5b5f7d36ea61021ed8aafce13605846c0ca14265;hp=75f6df1577d88aad0bc58874b285e5c6801bf8c4;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/logger/ITask.java b/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/logger/ITask.java index 75f6df157..781e67bd4 100644 --- a/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/logger/ITask.java +++ b/bundles/org.simantics.utils.thread/src/org/simantics/utils/threads/logger/ITask.java @@ -1,18 +1,18 @@ -/******************************************************************************* - * 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.utils.threads.logger; - -public interface ITask { - - void finish(); - -} +/******************************************************************************* + * 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.utils.threads.logger; + +public interface ITask { + + void finish(); + +}