/[classpath]/classpath/java/beans/Introspector.java
ViewVC logotype

Diff of /classpath/java/beans/Introspector.java

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

revision 1.10 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.11 by cbj, Thu Feb 21 04:15:36 2002 UTC
# Line 175  import gnu.java.lang.*; Line 175  import gnu.java.lang.*;
175   **/   **/
176    
177  public class Introspector {  public class Introspector {
178          static String[] beanInfoSearchPath = {"gnu.java.beans.info", "sun.beans.infos"};          static String[] beanInfoSearchPath = {"gnu.java.beans.info"};
179          static Hashtable beanInfoCache = new Hashtable();          static Hashtable beanInfoCache = new Hashtable();
180    
181          private Introspector() {}          private Introspector() {}

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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