Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlanuti2005-12-01 22:26:15 +0000
committerjlanuti2005-12-01 22:26:15 +0000
commit92877881c60dbe9d268d55e932364742a450a0a8 (patch)
tree17f3e98ab0acbff17c540ac2cc0862d56b2e439c /plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java
parent1d58ba97c9a59be30774460f72409afe3e5bf0a5 (diff)
downloadwebtools.javaee-92877881c60dbe9d268d55e932364742a450a0a8.tar.gz
webtools.javaee-92877881c60dbe9d268d55e932364742a450a0a8.tar.xz
webtools.javaee-92877881c60dbe9d268d55e932364742a450a0a8.zip
[113737] fixed copyrights
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java')
-rw-r--r--plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java b/plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java
index 09b784a5e..edc7fbb3d 100644
--- a/plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java
+++ b/plugins/org.eclipse.jst.j2ee.navigator.ui/j2ee-navigator/org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java
@@ -1,10 +1,10 @@
/*******************************************************************************
- * Copyright (c) 2003, 2004 IBM Corporation and others.
+ * Copyright (c) 2003, 2005 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -244,4 +244,4 @@ public class J2EEImportDropAction extends NavigatorDropActionDelegate implements
}
return false;
}
-} \ No newline at end of file
+}

Back to the top