Make _setPropertyChangeSupport public so that it's callable from a generated bean that belongs to another package. BLD200303130100
authorcliffwd@netbeans.org
Tue, 11 Mar 2003 20:04:35 +0000
changeset 1236d5db6ef13b50
parent 1235 3efefae00cc5
child 1237 2ff7d7131c4a
Make _setPropertyChangeSupport public so that it's callable from a generated bean that belongs to another package.
schema2beans/test/unit/src/TestMain.java
     1.1 --- a/schema2beans/test/unit/src/TestMain.java	Fri Mar 07 20:14:59 2003 +0000
     1.2 +++ b/schema2beans/test/unit/src/TestMain.java	Tue Mar 11 20:04:35 2003 +0000
     1.3 @@ -149,6 +149,7 @@
     1.4          config.setAttributesAsProperties(true);
     1.5          config.setGenerateCommonInterface("CommonBean");
     1.6          config.setGenerateInterfaces(true);
     1.7 +        config.setGeneratePropertyEvents(true);
     1.8          String testName = "TestBeanWrapper";
     1.9          try {
    1.10              System.out.println("Starting "+testName);