X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.layer0.utils%2Fsrc%2Forg%2Fsimantics%2Flayer0%2Futils%2Ftriggers%2FTrigger.java;h=853163a4f2a55a0c59b979440ca01a2e4889e1e7;hb=452670c58399d8054872655841ebb6e66d9c6b6e;hp=24b0fba3817142dfb269e33e5eba4a66d37fed2c;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/triggers/Trigger.java b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/triggers/Trigger.java index 24b0fba38..853163a4f 100644 --- a/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/triggers/Trigger.java +++ b/bundles/org.simantics.layer0.utils/src/org/simantics/layer0/utils/triggers/Trigger.java @@ -1,19 +1,19 @@ -/******************************************************************************* - * 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.triggers; - -import org.simantics.db.request.Read; - - -public abstract class Trigger implements Read, ITrigger { - -} +/******************************************************************************* + * 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.triggers; + +import org.simantics.db.request.Read; + + +public abstract class Trigger implements Read, ITrigger { + +}