1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Fix javadoc

This commit is contained in:
Marc Khouzam 2011-02-18 20:03:47 +00:00
parent 82a91d1c7f
commit 8fba5a99e5

View file

@ -139,7 +139,7 @@ public interface IGDBBackend extends IMIBackend {
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();