From 260dc6e8f0027dd13234e51f264c20f67c1fa1b5 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Fri, 21 May 2010 14:11:28 +0000 Subject: [PATCH] fixed since tag because it annoys me --- .../src/org/eclipse/cdt/core/IFilesystemUtility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IFilesystemUtility.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IFilesystemUtility.java index 059a68115e7..8c14157539f 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IFilesystemUtility.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IFilesystemUtility.java @@ -21,7 +21,7 @@ import java.net.URI; * with the CDT team. * * @author crecoskie - * @since 5.0.3 + * @since 5.2 * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. *