Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-06-04 15:59:35 +0000
committerTomasz Zarna2008-06-04 15:59:35 +0000
commit873500291e9162ffbb251a4fa4c470a559526f72 (patch)
tree8918028dfb9c467ca0ffc0a60994dc8c9610ab3c /bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java
parentc24d0aa9e02d8b62a9a6b42f7ab64d693e173203 (diff)
downloadeclipse.platform.team-873500291e9162ffbb251a4fa4c470a559526f72.tar.gz
eclipse.platform.team-873500291e9162ffbb251a4fa4c470a559526f72.tar.xz
eclipse.platform.team-873500291e9162ffbb251a4fa4c470a559526f72.zip
bug 234375: Additional adopting of API Tooling by Team/Core
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java12
1 files changed, 5 insertions, 7 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java
index 704d64f9e..bb4d2fdc0 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/IStringMapping.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 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
@@ -11,15 +11,13 @@
package org.eclipse.team.core;
-
/**
- * A simple interface for mappings from a string (usually a file name or a file extension)
- * and a content type (typically <code>Team.TEXT</code>, <code>Team.BINARY</code> or
- * <code>Team.UNKNOWN</code>.
- * <p>
- * This interface is not intended to be implemented by clients.
+ * A simple interface for mappings from a string (usually a file name or a file
+ * extension) and a content type (typically <code>Team.TEXT</code>,
+ * <code>Team.BINARY</code> or <code>Team.UNKNOWN</code>.
*
* @since 3.1
+ * @noimplement This interface is not intended to be implemented by clients.
*/
public interface IStringMapping {

Back to the top