1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-11 18:39:28 +00:00
parent 135c54443a
commit dd14bdd42e

View file

@ -39,7 +39,6 @@ import org.eclipse.cdt.internal.corext.util.Messages;
* @since 5.0 * @since 5.0
*/ */
public class FileTemplateContextType extends TemplateContextType { public class FileTemplateContextType extends TemplateContextType {
public static final String CONTEXTTYPE_SUFFIX= ".contenttype_context"; //$NON-NLS-1$ 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$ 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(); return expr.toString();
} }
} }
} }
public FileTemplateContextType(String contextTypeId) { public FileTemplateContextType(String contextTypeId) {
@ -258,5 +256,4 @@ public class FileTemplateContextType extends TemplateContextType {
} }
return isTextContentType(contentType.getBaseType()); return isTextContentType(contentType.getBaseType());
} }
} }