djencks     2005/10/20 18:19:24

  Modified:    modules/core/src/java/org/openejb/corba StandardServant.java
  Log:

  OPENEJB-72 fix typos
  
  Revision  Changes    Path
  1.11      +4 -4      
openejb/modules/core/src/java/org/openejb/corba/StandardServant.java
  
  Index: StandardServant.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/corba/StandardServant.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- StandardServant.java      13 Jul 2005 20:49:28 -0000      1.10
  +++ StandardServant.java      20 Oct 2005 22:19:23 -0000      1.11
  @@ -214,7 +214,7 @@
                               return Util.writeUserException(method, reply, e);
                           }
                       } else {
  -                        throw new UnsupportedOperationException("Unkown 
method: " + method);
  +                        throw new UnsupportedOperationException("unknown 
method: " + method);
                       }
                   } else if (method.getDeclaringClass() == 
javax.ejb.EJBHome.class) {
                      if (method.equals(GETEJBMETADATA)) {
  @@ -263,7 +263,7 @@
                               return Util.writeUserException(method, reply, e);
                           }
                       } else {
  -                        throw new UnsupportedOperationException("Unkown 
method: " + method);
  +                        throw new UnsupportedOperationException("unknown 
method: " + method);
                       }
                   } else {
                       // create the invocation object
  
  
  

Reply via email to