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

Diff of /classpath/java/awt/List.java

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

revision 1.21 by mkoch, Wed Dec 29 14:18:25 2004 UTC revision 1.22 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 1257  paramString() Line 1257  paramString()
1257    {    {
1258      /* Create the context if this is the first request */      /* Create the context if this is the first request */
1259      if (accessibleContext == null)      if (accessibleContext == null)
1260        {        accessibleContext = new AccessibleAWTList();
         /* Create the context */  
         accessibleContext = new AccessibleAWTList();  
       }  
1261      return accessibleContext;      return accessibleContext;
1262    }    }
1263  } // class List  } // class List

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

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