Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-03-28 19:04:56 +0000
committerjames2002-03-28 19:04:56 +0000
commitfc02bf6e6d21193493d17171c99090c11835d500 (patch)
treeae4aa4233d590ad41fa5ea58dbffcd04cd9e3d75 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java
parent7059a14040a7fa5225fab806a9df6dba3447dd9d (diff)
downloadeclipse.platform.team-fc02bf6e6d21193493d17171c99090c11835d500.tar.gz
eclipse.platform.team-fc02bf6e6d21193493d17171c99090c11835d500.tar.xz
eclipse.platform.team-fc02bf6e6d21193493d17171c99090c11835d500.zip
Formatting updates
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java
index fe9ec316f..620f996f2 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSPreferencesPage.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2002 IBM Corporation and others.
+ * Copyright (c) 2000, 2002 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
* Contributors:
* IBM - Initial API and implementation
******************************************************************************/
+
package org.eclipse.team.internal.ccvs.ui;
import org.eclipse.jface.dialogs.IDialogConstants;

Back to the top