You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Michael McGrady <mi...@michaelmcgrady.com> on 2004/05/10 18:29:49 UTC

[OT] intern(): setting pooled String values

Anyone know whether

public void setValue(String value) {
   this.value = value.intern();
}

sets the this.value to a pooled String?  I am trying to avoid a separate 
call to intern() after setting the value.  Thanks.

Michael McGrady


LEGAL NOTICE