Merge branch 'master' of oss.readytalk.com:/var/local/git/avian

This commit is contained in:
Joel Dice
2009-08-28 16:18:36 -06:00
6 changed files with 42 additions and 8 deletions

View File

@ -38,6 +38,7 @@ public final class Class <T> implements Type, GenericDeclaration {
private byte arrayDimensions;
private int[] objectMask;
private byte[] name;
private byte[] sourceFile;
private Class super_;
private Object[] interfaceTable;
private Method[] virtualTable;