Changeset 1512
- Timestamp:
- 12/02/08 17:17:34 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/javarosa/org.javarosa.core/src/org/javarosa/core/util/externalizable/ExtWrapTagged.java
r1348 r1512 110 110 } 111 111 112 byte[] tag = PrototypeFactory.getClassHash(type); 112 byte[] tag = PrototypeFactory.getClassHash(type); //cache this? 113 113 out.write(tag, 0, tag.length); 114 114 }
