Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2012-04-06 11:50:01 +0000
committerTomasz Zarna2012-04-06 11:50:01 +0000
commit70099ad7135f3225156b2d86de532d335d4874d8 (patch)
tree7368806c75414fb6bf6b117984e9a7efb1801c8a /bundles/org.eclipse.team.core/src
parent17da73ea2b32b4aa573c39fa8a80c03f2ddfdefb (diff)
downloadeclipse.platform.team-70099ad7135f3225156b2d86de532d335d4874d8.tar.gz
eclipse.platform.team-70099ad7135f3225156b2d86de532d335d4874d8.tar.xz
eclipse.platform.team-70099ad7135f3225156b2d86de532d335d4874d8.zip
Diffstat (limited to 'bundles/org.eclipse.team.core/src')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java
index 8d9e12186..140ab941f 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2011 IBM Corporation and others.
+ * Copyright (c) 2000, 2012 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
@@ -590,6 +590,7 @@ public final class Team {
*
* @return IBundleImporter[] returns the available bundle importers
* @since 3.6
+ * @noreference This method is not intended to be referenced by clients.
*/
public synchronized static IBundleImporter[] getBundleImporters() {
if (fBundleImporters == null) {

Back to the top