1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00

[303553] Added an assert.

This commit is contained in:
Pawel Piech 2010-03-05 20:52:18 +00:00
parent 0a695a3e81
commit ac2299bdb9

View file

@ -64,6 +64,7 @@ public class CBreakpointPropertiesHandler extends AbstractHandler {
}
public void setSelection( ISelection selection ) {
assert false; // Not supported
}
} );
propertyAction.run();