Changeset 1506
- Timestamp:
- 12/01/08 18:23:52 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/javarosa/org.javarosa.core/src/org/javarosa/core/util/MD5.java
r1221 r1506 330 330 state.state[2] += c; 331 331 state.state[3] += d; 332 System.gc(); 332 333 //ctsims - Dec 1. 2008 334 //This call doesn't play well with others, and doesn't have a reason to be here. 335 //It makes serialization super slow, so I took it out. 336 //System.gc(); 333 337 } 334 338
