mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
- added since tag
This commit is contained in:
parent
e7933895ff
commit
5e2d6690ac
1 changed files with 3 additions and 0 deletions
|
@ -264,6 +264,9 @@ public class MIBreakpoint {
|
|||
this.file = file;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 7.0
|
||||
*/
|
||||
public void setLine(int line) {
|
||||
this.line = line;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue