mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-22 00:15:25 +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;
|
this.file = file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 7.0
|
||||||
|
*/
|
||||||
public void setLine(int line) {
|
public void setLine(int line) {
|
||||||
this.line = line;
|
this.line = line;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue