[jboss-cvs] javassist/tutorial ...

Shigeru Chiba chiba at is.titech.ac.jp
Mon Apr 21 11:09:42 EDT 2008


  User: chiba   
  Date: 08/04/21 11:09:42

  Modified:    tutorial  tutorial.html
  Log:
  fixed a typo.
  
  Revision  Changes    Path
  1.34      +1 -1      javassist/tutorial/tutorial.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tutorial.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/tutorial/tutorial.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- tutorial.html	15 Apr 2008 07:21:49 -0000	1.33
  +++ tutorial.html	21 Apr 2008 15:09:42 -0000	1.34
  @@ -1043,7 +1043,7 @@
   <ul><pre>ClassPool pool = ClassPool.getDefault();
   CtClass cc = pool.get("java.lang.String");
   cc.addField(new CtField(CtClass.intType, "hiddenValue", cc));
  -cc.writeFile("java.lang.String", ".");</pre></ul>
  +cc.writeFile(".");</pre></ul>
   
   <p>This program produces a file <code>"./java/lang/String.class"</code>.
   
  
  
  



More information about the jboss-cvs-commits mailing list