[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Fri Mar 2 11:15:47 EST 2007


  User: gavin   
  Date: 07/03/02 11:15:46

  Modified:    src/main/org/jboss/seam/core  UiComponent.java
  Log:
  JBEAM-973
  
  Revision  Changes    Path
  1.4       +1 -2      jboss-seam/src/main/org/jboss/seam/core/UiComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UiComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/UiComponent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- UiComponent.java	24 Nov 2006 23:15:17 -0000	1.3
  +++ UiComponent.java	2 Mar 2007 16:15:46 -0000	1.4
  @@ -16,7 +16,6 @@
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Unwrap;
  -import org.jboss.util.NotImplementedException;
   
   @Name("org.jboss.seam.core.uiComponent")
   @Intercept(NEVER)
  @@ -33,7 +32,7 @@
            @Override
            public Set<Map.Entry<String, UIComponent>> entrySet()
            {
  -            throw new NotImplementedException();
  +            throw new UnsupportedOperationException();
            }
   
            @Override
  
  
  



More information about the jboss-cvs-commits mailing list