You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/02/07 19:38:07 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/javah JavahAdapterFactory.java

mbenson     2005/02/07 10:38:07

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/javah
                        JavahAdapterFactory.java
  Log:
  s/native2ascii/javah
  
  Revision  Changes    Path
  1.2       +2 -2      ant/src/main/org/apache/tools/ant/taskdefs/optional/javah/JavahAdapterFactory.java
  
  Index: JavahAdapterFactory.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/javah/JavahAdapterFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JavahAdapterFactory.java	4 Feb 2005 08:08:07 -0000	1.1
  +++ JavahAdapterFactory.java	7 Feb 2005 18:38:07 -0000	1.2
  @@ -69,7 +69,7 @@
       }
   
       /**
  -     * Tries to resolve the given classname into a native2ascii adapter.
  +     * Tries to resolve the given classname into a javah adapter.
        * Throws a fit if it can't.
        *
        * @param className The fully qualified classname to be created.
  @@ -93,4 +93,4 @@
                                        + "exception.", t);
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org