Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-03-05 18:10:12 +0000
committerMichael Valenta2003-03-05 18:10:12 +0000
commit78dcd3ee4dc5d8396a65f9047e053d6509910fb3 (patch)
tree1d020d2011eb555a8fc6ec44819aa993fded6755 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java
parent54cb02e87196b380f5b8ca050c9b677af1bf6f73 (diff)
downloadeclipse.platform.team-78dcd3ee4dc5d8396a65f9047e053d6509910fb3.tar.gz
eclipse.platform.team-78dcd3ee4dc5d8396a65f9047e053d6509910fb3.tar.xz
eclipse.platform.team-78dcd3ee4dc5d8396a65f9047e053d6509910fb3.zip
33824: Deadlock after catch up
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java
index eb3164e23..66dfebdd9 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java
@@ -140,6 +140,8 @@ public class CVSLightweightDecorator
return null;
}
/**
+ * This method should only be called by the decorator thread.
+ *
* @see org.eclipse.jface.viewers.ILightweightLabelDecorator#decorate(java.lang.Object, org.eclipse.jface.viewers.IDecoration)
*/
public void decorate(Object element, IDecoration decoration) {

Back to the top