Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-05-13 13:39:13 +0000
committerDani Megert2008-05-13 13:39:13 +0000
commitd4d89934fa8d9ad372c6506a080e122a9843a5e9 (patch)
treeeabce6ee58e89dea29a59e274f049479cbdff870 /org.eclipse.core.filebuffers
parent16479bc3b1a3a6dd049621a9c258231a9b9283d4 (diff)
downloadeclipse.platform.text-d4d89934fa8d9ad372c6506a080e122a9843a5e9.tar.gz
eclipse.platform.text-d4d89934fa8d9ad372c6506a080e122a9843a5e9.tar.xz
eclipse.platform.text-d4d89934fa8d9ad372c6506a080e122a9843a5e9.zip
Added API tooling tags.
Diffstat (limited to 'org.eclipse.core.filebuffers')
-rw-r--r--org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/FileBuffers.java1
-rw-r--r--org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/LocationKind.java3
2 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/FileBuffers.java b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/FileBuffers.java
index 672238754ee..4094c7bf9ab 100644
--- a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/FileBuffers.java
+++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/FileBuffers.java
@@ -41,6 +41,7 @@ import org.eclipse.core.resources.ResourcesPlugin;
* </p>
*
* @since 3.0
+ * @noinstantiate This class is not intended to be instantiated by clients.
*/
public final class FileBuffers {
diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/LocationKind.java b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/LocationKind.java
index 5ea6fd0e494..f16adb781dd 100644
--- a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/LocationKind.java
+++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/LocationKind.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 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
@@ -17,6 +17,7 @@ import org.eclipse.core.runtime.IPath;
* Type-safe enum of the available location kinds.
*
* @since 3.3
+ * @noinstantiate This class is not intended to be instantiated by clients.
*/
public final class LocationKind {

Back to the top