Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-04-16 13:54:30 +0000
committerJean Michel-Lemieux2004-04-16 13:54:30 +0000
commit20620c38646dfd3243c40ec0d64cf0ac1a766e7b (patch)
tree35c1f1590f318471b4b0e940f77ff2607f26b969 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator.java
parentaa36b2a33ed4860c2bc907c2d2155afb972ab6c1 (diff)
downloadeclipse.platform.team-20620c38646dfd3243c40ec0d64cf0ac1a766e7b.tar.gz
eclipse.platform.team-20620c38646dfd3243c40ec0d64cf0ac1a766e7b.tar.xz
eclipse.platform.team-20620c38646dfd3243c40ec0d64cf0ac1a766e7b.zip
updated to ui decorator change.
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.java5
1 files changed, 5 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 9c4aeb69c..5918f2097 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
@@ -119,6 +119,11 @@ public class CVSLightweightDecorator extends LabelProvider implements ILightweig
public void addOverlay(ImageDescriptor overlay) {
this.overlay = overlay;
}
+ /** (non-Javadoc)
+ * @see org.eclipse.jface.viewers.IDecoration#addOverlay(org.eclipse.jface.resource.ImageDescriptor, int)
+ */
+ public void addOverlay(ImageDescriptor overlay, int quadrant) {
+ }
}
static {

Back to the top