[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster-devel] about jutils.org



Hello,

I would like to contact da chief operator for jutils.org  ,
because I did a little hack in default constructor de init/Property.java
and it perhaps could be added to cvs.
Or perhaps it's a miss understood of me ?

Every time I do a update of xmlBlaster, I've to apply my patch and many time I forget and restart debugging ;o{

here is the hack :

   // org/jutils/init/Property.java
   public Property() {
       System.out.println("Property : Default constructor called.");
       // cyrille at ktaland.com
       // add a instance to avoid null pointer exception ...
       jutilsProperties = new Properties();
   }}

Thanks,
Cyrille