Skip to content

Commit

Permalink
adding comment on OttResultAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
tehilar committed Mar 21, 2017
1 parent fab50ab commit efb7e28
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ public BaseResult deserialize(JsonElement json, Type typeOfT, JsonDeserializatio
baseResult = (BaseResult) constructor.newInstance(error);
}
} catch (NoSuchMethodException e) {

// do nothing
} catch (IllegalAccessException e) {

// do nothing
} catch (InstantiationException e) {

// do nothing
} catch (InvocationTargetException e) {

// do nothing - next code section will handle this
}

if (baseResult == null) {
Expand Down

0 comments on commit efb7e28

Please sign in to comment.