/[classpath]/classpath/gnu/java/beans/IntrospectionIncubator.java
ViewVC logotype

Diff of /classpath/gnu/java/beans/IntrospectionIncubator.java

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

revision 1.15 by mkoch, Wed Mar 2 17:29:07 2005 UTC revision 1.16 by jfrijters, Mon Apr 18 08:47:07 2005 UTC
# Line 323  public class IntrospectionIncubator { Line 323  public class IntrospectionIncubator {
323                                  return;                                  return;
324                  }                  }
325                  newName = capitalize(newName);                  newName = capitalize(newName);
326                    if (newName.length() == 0)
327                            return;
328    
329                  DoubleKey k = new DoubleKey(type,newName);                  DoubleKey k = new DoubleKey(type,newName);
330                  Method[] methods = (Method[])propertyMethods.get(k);                  Method[] methods = (Method[])propertyMethods.get(k);
# Line 350  public class IntrospectionIncubator { Line 352  public class IntrospectionIncubator {
352                                  return;                                  return;
353                  }                  }
354                  newName = capitalize(newName);                  newName = capitalize(newName);
355                    if (newName.length() == 0)
356                            return;
357    
358                  DoubleKey k = new DoubleKey(type,newName);                  DoubleKey k = new DoubleKey(type,newName);
359                  Method[] methods = (Method[])listenerMethods.get(k);                  Method[] methods = (Method[])listenerMethods.get(k);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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