/[classpath]/classpath/java/awt/Label.java
ViewVC logotype

Diff of /classpath/java/awt/Label.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by fitzsim, Sun Aug 21 04:00:14 2005 UTC revision 1.21 by fitzsim, Sun Aug 21 15:28:27 2005 UTC
# Line 215  getText() Line 215  getText()
215  public synchronized void  public synchronized void
216  setText(String text)  setText(String text)
217  {  {
218    if (this.text != text)    if ((this.text == null && text != null)
219          || (this.text != null && ! this.text.equals(text)))
220      {      {
221        this.text = text;        this.text = text;
222    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26