X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Faccessor%2Fevent%2FInvalidatedEvent.java;h=6df55a5b09a2919085d372455eabeaa9b3954a01;hp=135b7036f738c4b0f1c62d574299ed477b3d3ee9;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/accessor/event/InvalidatedEvent.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/accessor/event/InvalidatedEvent.java index 135b7036f..6df55a5b0 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/accessor/event/InvalidatedEvent.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/accessor/event/InvalidatedEvent.java @@ -1,17 +1,17 @@ -/******************************************************************************* - * 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 + *******************************************************************************/ package org.simantics.databoard.accessor.event; -import org.simantics.databoard.accessor.reference.ChildReference; +import org.simantics.databoard.accessor.reference.ChildReference; /** * Accessor has been disposed. This is the last event from the accessor. @@ -28,11 +28,11 @@ public class InvalidatedEvent extends Event { InvalidatedEvent result = new InvalidatedEvent(); result.reference = newReference; return result; - } - - @Override - public String toString() { - return toRef()+" Accessor invalidated"; + } + + @Override + public String toString() { + return toRef()+" Accessor invalidated"; } }