diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9a4a154..a44a944 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ getRecipesFromXml(InputStream is, String path) throws E inSrc.setEncoding("ISO-8859-2"); sp.parse(inSrc, beerXmlReader); list = beerXmlReader.getRecipes(); - } - catch (Exception e) { + } catch (Exception e) { try { Log.d("IngredientHandler", "Failed to parse as .xml, attempting to parse as a .bsmx file"); // Failed to parse as a .xml file. Attempt to parse as .bsmx format instead.