Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-05-15 19:57:15 +0000
committerDani Megert2013-05-15 19:57:15 +0000
commit8bd454859cf1bc07ee32e8363cdfdfc6dd1f371d (patch)
treeeaa51b0d33205c491f94c0b70bb6de8cf5cca7fc /org.eclipse.jface.text
parent8ce468638ccf5af1104f4cffdd247de8af964cec (diff)
downloadeclipse.platform.text-8bd454859cf1bc07ee32e8363cdfdfc6dd1f371d.tar.gz
eclipse.platform.text-8bd454859cf1bc07ee32e8363cdfdfc6dd1f371d.tar.xz
eclipse.platform.text-8bd454859cf1bc07ee32e8363cdfdfc6dd1f371d.zip
Improved comment (touch jface.text)
Diffstat (limited to 'org.eclipse.jface.text')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/AdditionalInfoController2.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/AdditionalInfoController2.java b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/AdditionalInfoController2.java
index 80634993202..af454c1c626 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/AdditionalInfoController2.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/AdditionalInfoController2.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 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
@@ -182,7 +182,7 @@ class AdditionalInfoController2 extends AbstractInformationControlManager implem
}
synchronized (fThreadAccess) {
- // only null fThread if it is us!
+ // only set to 'null' if fThread is us!
if (Thread.currentThread() == fThread)
fThread= null;
}

Back to the top