1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[265882] Restore class visibility (executable extension)

This commit is contained in:
Anton Leherbauer 2009-03-02 10:57:54 +00:00
parent 5af8a67f24
commit 3e0f0ab51d

View file

@ -18,8 +18,13 @@ import org.eclipse.jface.text.source.Annotation;
import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Image;
import org.eclipse.ui.texteditor.IAnnotationImageProvider; import org.eclipse.ui.texteditor.IAnnotationImageProvider;
/**
* @noinstantiate This class is not intended to be instantiated by clients.
* @noextend This class is not intended to be subclassed by clients.
* @since 1.0
*/
@ThreadSafe @ThreadSafe
class InstructionPointerImageProvider implements IAnnotationImageProvider { public class InstructionPointerImageProvider implements IAnnotationImageProvider {
/* (non-Javadoc) /* (non-Javadoc)
* @see org.eclipse.ui.texteditor.IAnnotationImageProvider#getManagedImage(org.eclipse.jface.text.source.Annotation) * @see org.eclipse.ui.texteditor.IAnnotationImageProvider#getManagedImage(org.eclipse.jface.text.source.Annotation)