Procházet zdrojové kódy

fixed typo in a javadoc comment.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@30 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba před 21 roky
rodič
revize
08d551923e
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      Readme.html
  2. 1
    1
      src/main/javassist/Loader.java

+ 1
- 1
Readme.html Zobrazit soubor

@@ -502,7 +502,7 @@ Marc Segura-Devillechaise, Jan Baudisch, Julien Blass, Yoshiki Sato,
Fabian Crabus, Bo Norregaard Jorgensen, Bob Lee, Bill Burke,
Remy Sanlaville, Muga Nishizawa, Alexey Loubyansky, Saori Oki,
Andreas Salathe, Dante Torres estrada, S. Pam, Nuno Santos,
Denis Taye, Colin Sampaleanu, and Robert Bialek
Denis Taye, Colin Sampaleanu, Robert Bialek, and Asato Shimotaki
for their contributions.

<p><br>

+ 1
- 1
src/main/javassist/Loader.java Zobrazit soubor

@@ -80,7 +80,7 @@ import java.util.Vector;
* Loader cl = new Loader(cp);
*
* CtClass ct = cp.get("test.Rectangle");
* ct.setSuperclass(loader.get("test.Point"));
* ct.setSuperclass(cp.get("test.Point"));
*
* Class c = cl.loadClass("test.Rectangle");
* Object rect = c.newInstance();</pre></ul>

Načítá se…
Zrušit
Uložit