Oops, appears I accidentally committed a typo -- addressing that

git-svn-id: https://zxing.googlecode.com/svn/trunk@811 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-01-02 18:41:04 +00:00
parent 29f9ff964c
commit 3fc5820213

View file

@ -66,7 +66,7 @@ import java.io.IOException;
* The barcode reader activity itself. This is loosely based on the CameraPreview
* example included in the Android SDK.
*/
public final class DECaptureActivity extends Activity implements SurfaceHolder.Callback {
public final class CaptureActivity extends Activity implements SurfaceHolder.Callback {
private static final int SHARE_ID = Menu.FIRST;
private static final int SETTINGS_ID = Menu.FIRST + 1;