X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/ProblemsLabelDecorator.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/ProblemsLabelDecorator.java index 76017cd..4beed98 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/ProblemsLabelDecorator.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/ProblemsLabelDecorator.java @@ -73,6 +73,10 @@ public class ProblemsLabelDecorator implements ILabelDecorator, public static class ProblemsLabelChangedEvent extends LabelProviderChangedEvent { + /** + * + */ + private static final long serialVersionUID = -7557704732816971319L; private boolean fMarkerChange; /** @@ -114,10 +118,10 @@ public class ProblemsLabelDecorator implements ILabelDecorator, /** * Creates a new ProblemsLabelDecorator. */ - public ProblemsLabelDecorator() { - this(null); - fUseNewRegistry = true; - } +// public ProblemsLabelDecorator() { +// this(null); +// fUseNewRegistry = true; +// } /* * Creates decorator with a shared image registry.