Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Macguire2002-05-06 20:28:43 +0000
committerKevin Macguire2002-05-06 20:28:43 +0000
commit1cfc89bc87d40130e6edf060bcd3cbcd50055fee (patch)
treebfd0fa3349cca22392619cefd5e7d49c22cecbf0
parent50f444750a1a0df3e4d66cde84d950bde2e82410 (diff)
downloadeclipse.platform.team-1cfc89bc87d40130e6edf060bcd3cbcd50055fee.tar.gz
eclipse.platform.team-1cfc89bc87d40130e6edf060bcd3cbcd50055fee.tar.xz
eclipse.platform.team-1cfc89bc87d40130e6edf060bcd3cbcd50055fee.zip
*** empty log message ***Root_TargetManagement1
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/simpleAccess/SimpleAccessOperations.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/simpleAccess/SimpleAccessOperations.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/simpleAccess/SimpleAccessOperations.java
index ea80aeac2..8373e0f14 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/simpleAccess/SimpleAccessOperations.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/simpleAccess/SimpleAccessOperations.java
@@ -54,7 +54,7 @@ public interface SimpleAccessOperations {
* static constants.
* @param progress a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required.
- * @throws TeamProviderException if there is a problem getting one or more of the resources. The
+ * @throws TeamException if there is a problem getting one or more of the resources. The
* exception will contain multiple statuses, one for each resource in the <code>resources</code>
* array. Possible status codes include:
* <ul>
@@ -120,7 +120,7 @@ public interface SimpleAccessOperations {
* constants.
* @param progress a progress monitor to indicate the duration of the operation, or
* <code>null</code> if progress reporting is not required.
- * @throws TeamProviderException if there is a problem checking-in one or more of the resources.
+ * @throws TeamException if there is a problem checking-in one or more of the resources.
* The exception will contain multiple statuses, one for each resource in the <code>resources</code>
* array. Possible status codes include:
* <ul>

Back to the top