1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

remove annotation

This commit is contained in:
Andrew Ferguson 2007-10-26 15:36:16 +00:00
parent 5b762b9f6b
commit 1fe31a6d69

View file

@ -63,7 +63,6 @@ public class TestExtraPagesProvider implements IPagesAfterTemplateSelectionProvi
return Collections.singletonMap(dataKey, dataValue);
}
@Override
public void createControl(Composite parent) {
Label l= new Label(parent, SWT.NONE);
l.setText(labelText);