From dd14bdd42e84f92a08439380d4d568daa0547d4d Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 11 May 2011 18:39:28 +0000 Subject: [PATCH] Cosmetics. --- .../internal/corext/template/c/FileTemplateContextType.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/FileTemplateContextType.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/FileTemplateContextType.java index b502c45046b..90206634c91 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/FileTemplateContextType.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/FileTemplateContextType.java @@ -39,7 +39,6 @@ import org.eclipse.cdt.internal.corext.util.Messages; * @since 5.0 */ public class FileTemplateContextType extends TemplateContextType { - public static final String CONTEXTTYPE_SUFFIX= ".contenttype_context"; //$NON-NLS-1$ public static final String CONTENTTYPE_TEXT= "org.eclipse.core.runtime.text"; //$NON-NLS-1$ @@ -147,7 +146,6 @@ public class FileTemplateContextType extends TemplateContextType { return expr.toString(); } } - } public FileTemplateContextType(String contextTypeId) { @@ -258,5 +256,4 @@ public class FileTemplateContextType extends TemplateContextType { } return isTextContentType(contentType.getBaseType()); } - }