remove new empty line

This commit is contained in:
progserega 2013-06-24 10:52:50 +11:00
parent 8476c3dbd1
commit 13723dabcc

View file

@ -842,13 +842,11 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
} }
}); });
} }
} catch (Exception e) { } catch (Exception e) {
logErr(e); logErr(e);
cam.release(); cam.release();
e.printStackTrace(); e.printStackTrace();
} }
} }
private void printCamParams(Parameters parameters, boolean autoExposure) { private void printCamParams(Parameters parameters, boolean autoExposure) {
@ -862,7 +860,6 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
}); });
dlg.setContentView(view); dlg.setContentView(view);
dlg.show(); dlg.show();
} catch (RuntimeException e) { } catch (RuntimeException e) {
logErr(e); logErr(e);
cam.release(); cam.release();