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

Gavin King gavin.king at jboss.com
Tue Jun 12 12:46:43 EDT 2007


  User: gavin   
  Date: 07/06/12 12:46:43

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  ws
  
  Revision  Changes    Path
  1.253     +6 -7      jboss-seam/src/main/org/jboss/seam/Component.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Component.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Component.java,v
  retrieving revision 1.252
  retrieving revision 1.253
  diff -u -b -r1.252 -r1.253
  --- Component.java	11 Jun 2007 04:55:17 -0000	1.252
  +++ Component.java	12 Jun 2007 16:46:43 -0000	1.253
  @@ -1577,14 +1577,13 @@
         return businessInterfaces;
      }
   
  -    private static boolean isExcludedLocalInterfaceName(String name) {
  +   private static boolean isExcludedLocalInterfaceName(String name) 
  +   {
           return name.equals("java.io.Serializable") ||
                  name.equals("java.io.Externalizable") ||
                  name.startsWith("javax.ejb.");
       }
   
  -
  -
      private Object getFieldValue(Object bean, Field field, String name)
      {
         try {
  
  
  



More information about the jboss-cvs-commits mailing list