mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Make setName public.
This commit is contained in:
parent
c2bb9c4cef
commit
efebb99186
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ public class CDebugTarget extends CDebugElement implements ICDebugTarget, ICDIEv
|
||||||
*
|
*
|
||||||
* @param name the name of this debug target
|
* @param name the name of this debug target
|
||||||
*/
|
*/
|
||||||
protected void setName( String name ) {
|
public void setName( String name ) {
|
||||||
fName = name;
|
fName = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue