Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-01-11 09:25:26 +0000
committerEike Stepper2009-01-11 09:25:26 +0000
commitb0cea0804fb86f3715cc24cf1f43fc2ca572e6d1 (patch)
treefb2d0122159cf25844896cd48b471e51af99a305 /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java
parentf4e8b36da09b231a1205caed1f022b7fdafdcc93 (diff)
downloadcdo-b0cea0804fb86f3715cc24cf1f43fc2ca572e6d1.tar.gz
cdo-b0cea0804fb86f3715cc24cf1f43fc2ca572e6d1.tar.xz
cdo-b0cea0804fb86f3715cc24cf1f43fc2ca572e6d1.zip
fixed copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java
index 8bf14d1c00..6b960aeff1 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/view/CDOViewAdapter.java
@@ -1,4 +1,4 @@
-/***************************************************************************
+/**
* Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -8,7 +8,7 @@
* Contributors:
* Victor Roldan Betancort - initial API and implementation
* Eike Stepper - maintenance
- **************************************************************************/
+ */
package org.eclipse.emf.cdo.view;
import org.eclipse.emf.common.notify.Adapter;

Back to the top