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:
parent
5af8a67f24
commit
3e0f0ab51d
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue