Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-11-27 14:43:32 +0000
committerDani Megert2008-11-27 14:43:32 +0000
commitacb52ecfbb5837f5b48c1e98fad945432c6a044a (patch)
treefb4f86e9ad07368ece774dd318df3a5f871bde94 /org.eclipse.text
parent9a34ab722a9ba8743f118eed22bb9fd211b206ca (diff)
downloadeclipse.platform.text-acb52ecfbb5837f5b48c1e98fad945432c6a044a.tar.gz
eclipse.platform.text-acb52ecfbb5837f5b48c1e98fad945432c6a044a.tar.xz
eclipse.platform.text-acb52ecfbb5837f5b48c1e98fad945432c6a044a.zip
Use ':' after XXX.
Diffstat (limited to 'org.eclipse.text')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateBuffer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateBuffer.java b/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateBuffer.java
index 3658d114c7b..88d43aa1733 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateBuffer.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateBuffer.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -47,7 +47,7 @@ public final class TemplateBuffer {
Assert.isNotNull(string);
Assert.isNotNull(variables);
- // XXX assert non-overlapping variable properties
+ // XXX: assert non-overlapping variable properties
fString= string;
fVariables= copy(variables);

Back to the top