Skip to content

Commit

Permalink
[FELIX-4369] Remove unneeded throws clause.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1585929 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bosschaert committed Apr 9, 2014
1 parent eb4a56e commit 921d98c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -202,7 +202,7 @@ private static void parseAttributesDirectives(XmlPullParser reader, Map<String,
PullParser.sanityCheckEndElement(reader, event, parentTag);
}

private static Object getTypedValue(String type, String value) throws IOException
private static Object getTypedValue(String type, String value)
{
if (type == null)
return value;
Expand Down

0 comments on commit 921d98c

Please sign in to comment.