mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
135c54443a
commit
dd14bdd42e
1 changed files with 0 additions and 3 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue