Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c11835 authored by Ian Rogers's avatar Ian Rogers Committed by Android (Google) Code Review
Browse files

Merge "Fix missing throw."

parents 85213940 57091f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@ public class RecommendationServiceImpl extends RecommendationService
                }
                }
            }
            }
        } catch (IOException | XmlPullParserException e) {
        } catch (IOException | XmlPullParserException e) {
            new RuntimeException("Could not parse vendorconfig", e);
            throw new RuntimeException("Could not parse vendorconfig", e);
        }
        }


        final int numPlugins = mPlugins.size();
        final int numPlugins = mPlugins.size();