diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java index 9167db36c20..d7d6f46f710 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java @@ -54,12 +54,10 @@ import org.eclipse.cdt.internal.ui.util.ImageDescriptorRegistry; */ public class ProblemsLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator { /** - * This is a special LabelProviderChangedEvent carrying additional - * information whether the event origins from a maker change. + * This is a special {@code LabelProviderChangedEvent} carrying additional + * information whether the event originates from a maker change. *

- * ProblemsLabelChangedEvents are only generated by - * ProblemsLabelDecorators. - *

+ * {@code ProblemsLabelChangedEvent}s are only generated by {@code ProblemsLabelDecorator}s. */ public static class ProblemsLabelChangedEvent extends LabelProviderChangedEvent { private boolean fMarkerChange;