Ver código fonte

modified javadoc comments

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@532 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 14 anos atrás
pai
commit
b6e797346c

+ 1
- 1
src/main/javassist/bytecode/CodeAttribute.java Ver arquivo

@@ -319,7 +319,7 @@ public class CodeAttribute extends AttributeInfo implements Opcode {
* Adds a stack map table for J2ME (CLDC). If another copy of stack map table
* is already contained, the old one is removed.
*
* @param smt the stack map table added to this code attribute.
* @param sm the stack map table added to this code attribute.
* If it is null, a new stack map is not added.
* Only the old stack map is removed.
* @since 3.12

+ 0
- 1
src/main/javassist/bytecode/StackMap.java Ver arquivo

@@ -172,7 +172,6 @@ public class StackMap extends AttributeInfo {
* @param num the number of elements.
* @param isLocals true if this array is for <code>locals</code>.
* false if it is for <code>stack</code>.
* @return
*/
public int typeInfoArray(int pos, int offset, int num, boolean isLocals) {
for (int k = 0; k < num; k++)

Carregando…
Cancelar
Salvar