1
0
Fork 0
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:
Ken Ryall 2006-11-29 01:07:33 +00:00
parent c2bb9c4cef
commit efebb99186

View file

@ -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;
} }