/** 
* The reason for the change of the site represented by this INode. 
* If there was no change notified yet, this is <code>null</code>. 
* Besides this the allowed values are 
* {@link #CHG_CONTENTS}, {@link #CHG_MALFORMED_URL}, 
* {@link #CHG_IO_EXCEPTION} and {@link #CHG_SAX_EXCEPTION } 
* <!--and finally {@link #CHG_UNSPEC_EXCEPTION}-->. 
*/ 

public class Test {
	private String chgReason; 
}