mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
[303553] Added an assert.
This commit is contained in:
parent
0a695a3e81
commit
ac2299bdb9
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ public class CBreakpointPropertiesHandler extends AbstractHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setSelection( ISelection selection ) {
|
public void setSelection( ISelection selection ) {
|
||||||
|
assert false; // Not supported
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
propertyAction.run();
|
propertyAction.run();
|
||||||
|
|
Loading…
Add table
Reference in a new issue