mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
[265882] Missing @since tag
This commit is contained in:
parent
a3a586a886
commit
1ce6b217da
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ public class DefaultRefreshAllTarget implements IRefreshAllTarget {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 2.0
|
||||||
|
*/
|
||||||
protected IVMAdapter getActiveVMAdapter(ISelection debugContext) {
|
protected IVMAdapter getActiveVMAdapter(ISelection debugContext) {
|
||||||
|
|
||||||
if (debugContext instanceof IStructuredSelection) {
|
if (debugContext instanceof IStructuredSelection) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue