1
0
Fork 0
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:
Alena Laskavaia 2010-04-08 19:40:49 +00:00
parent e7933895ff
commit 5e2d6690ac

View file

@ -264,6 +264,9 @@ public class MIBreakpoint {
this.file = file;
}
/**
* @since 7.0
*/
public void setLine(int line) {
this.line = line;
}