[commit-cp] classpath ChangeLog java/util/logging/LogManage...

Andrew John Hughes <[email protected]> Sat, 25 Dec 2010 18:38:51 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	10/12/25 18:38:51

Modified files:
	.              : ChangeLog 
	java/util/logging: LogManager.java 

Log message:
	PR classpath/42390: Throw SecurityException when adding and removing LogManager PropertyChangeListeners.
	
	2010-12-25  Andrew John Hughes  <[email protected]>
	
		PR classpath/42390
		* java/util/logging/LogManager.java:
		(addPropertyChangeListener(PropertyChangeListener)):
		Document fully.  Throw NPE in a clearer way.  Add
		SecurityException.
		(removePropertyChangeListener(PropertyChangeListener)):
		Document fully. Add SecurityException.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9808&r2=1.9809
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/logging/LogManager.java?cvsroot=classpath&r1=1.29&r2=1.30