Script: better comment.

This commit is contained in:
Mike Hearn 2014-09-17 17:38:03 +02:00
parent 40c73eeac2
commit 88c4918f93

View File

@ -137,7 +137,7 @@ public class Script {
}
}
/** Returns an immutable list of the scripts parsed form. */
/** Returns an immutable list of the scripts parsed form. Each chunk is either an opcode or data element. */
public List<ScriptChunk> getChunks() {
return Collections.unmodifiableList(chunks);
}