This patch (committed) removes the NotImplementedException tag from one
method that is already implemented:
2006-11-22 David Gilbert <[EMAIL PROTECTED]>
* java/beans/beancontext/BeanContextSupport.java
(avoidingGui): Removed NotImplementedException.
The implementation (from earlier in the year) is shown here:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/beans/beancontext/BeanContextSupport.java?r1=1.10&r2=1.11&root=classpath
Regards,
Dave
Index: java/beans/beancontext/BeanContextSupport.java
===================================================================
RCS file:
/sources/classpath/classpath/java/beans/beancontext/BeanContextSupport.java,v
retrieving revision 1.18
diff -u -r1.18 BeanContextSupport.java
--- java/beans/beancontext/BeanContextSupport.java 20 Nov 2006 01:30:24
-0000 1.18
+++ java/beans/beancontext/BeanContextSupport.java 22 Nov 2006 17:56:58
-0000
@@ -328,7 +328,6 @@
* told not to use it.
*/
public boolean avoidingGui()
- throws NotImplementedException
{
return needsGui() && (!okToUseGui);
}