Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-01-06 17:00:27 +0000
committerLars Vogel2020-01-10 17:26:00 +0000
commit63b8675b50a5094edf7ad9afda0d0d870c3143af (patch)
tree752b1bdda8b7462a72750b56fb25ca5bee6ff01b /org.eclipse.text
parent0b9aa5167dcea73caedd6a87b4ba9b9d4884a218 (diff)
downloadeclipse.platform.text-63b8675b50a5094edf7ad9afda0d0d870c3143af.tar.gz
eclipse.platform.text-63b8675b50a5094edf7ad9afda0d0d870c3143af.tar.xz
eclipse.platform.text-63b8675b50a5094edf7ad9afda0d0d870c3143af.zip
Removes unnecessary whitespace from text repositoryI20200113-0130I20200112-1800I20200111-1800
Change-Id: Ie5da7fb237e8ae43d872c0cb77c6b87dd547e5ce Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.text')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateContext.java b/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateContext.java
index ab7d959ef0e..068a8d769a8 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateContext.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateContext.java
@@ -119,7 +119,7 @@ public abstract class TemplateContext implements IAdaptable {
* in this context, <code>false</code> otherwise
*/
public abstract boolean canEvaluate(Template template);
-
+
/**
* Default implementation does nothing, clients can override to provide adapters.
* {@inheritDoc}

Back to the top