Small thread-safety correctness fix which may not matter in J2ME: "done" field should...
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Jul 2008 19:59:46 +0000 (19:59 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 10 Jul 2008 19:59:46 +0000 (19:59 +0000)
commit2930ef490e7fa56ff39ee2475792beaf97a07924
tree3938fb325e894d334cb6a4ccdd130faa8a67e273
parentf047e93290da66f1660e2ee654154bb9e5cba10d
Small thread-safety correctness fix which may not matter in J2ME: "done" field should be volatile so that changes from other threads are definitely seen.

git-svn-id: http://zxing.googlecode.com/svn/trunk@511 59b500cc-1b3d-0410-9834-0bbf25fbcc57
javame/src/com/google/zxing/client/j2me/SnapshotThread.java