User: reverbel
  Date: 02/02/15 13:44:15

  Modified:    iiop/src/main/org/jboss/ejb/plugins/iiop/client
                        StubStrategy.java
  Log:
  Minor corrections on some javadoc comments.
  
  Revision  Changes    Path
  1.3       +3 -3      
contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/client/StubStrategy.java
  
  Index: StubStrategy.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/client/StubStrategy.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StubStrategy.java 27 Nov 2001 00:00:09 -0000      1.2
  +++ StubStrategy.java 15 Feb 2002 21:44:15 -0000      1.3
  @@ -27,7 +27,7 @@
    * from a CDR input stream an application exception thrown by the method.
    *
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Francisco Reverbel</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class StubStrategy
   {
  @@ -75,7 +75,7 @@
       *                    will be used)
       * @return a <StubStrategy> for the operation with the parameters,
       *         exceptions, and return value specified.
  -    * @see org.jboss.ejb.plugins.iiop.abbrevFor(Class clz)
  +    * @see org.jboss.ejb.plugins.iiop.CDRStream#abbrevFor(Class clz)
       */
      public static StubStrategy forMethod(String[] paramTypes, 
                                           String[] excepIds,
  @@ -111,7 +111,7 @@
       * @param cl          a <code>ClassLoader</code> to load value classes 
       *                    (if null, the current thread's context class loader 
       *                    will be used)
  -    * @see org.jboss.ejb.plugins.iiop.abbrevFor(Class clz)
  +    * @see org.jboss.ejb.plugins.iiop.CDRStream#abbrevFor(Class clz)
       */
      private StubStrategy(String[] paramTypes, String[] excepIds, 
                           String[] excepTypes, String retvalType, 
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to