mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 18:55:38 +02:00
Fix javadoc
This commit is contained in:
parent
82a91d1c7f
commit
8fba5a99e5
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public interface IGDBBackend extends IMIBackend {
|
||||||
public SessionType getSessionType();
|
public SessionType getSessionType();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return true if the ongoing session is attaching to a remote target.
|
* @return true if the ongoing session is attaching to a program locally or remotely.
|
||||||
*/
|
*/
|
||||||
public boolean getIsAttachSession();
|
public boolean getIsAttachSession();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue