1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[265882] Missing @since tag

This commit is contained in:
Marc Khouzam 2009-02-28 15:30:06 +00:00
parent a3a586a886
commit 1ce6b217da

View file

@ -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) {