Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
matozoid committed Aug 12, 2017
1 parent e36ba9d commit 1cb8e46
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ private static boolean isReturningOptionalNodeList(Method m) {
}
ParameterizedType parameterizedType = (ParameterizedType) m.getGenericReturnType();
java.lang.reflect.Type optionalArgument = parameterizedType.getActualTypeArguments()[0];
String typeName = optionalArgument.getTypeName();
return (parameterizedType.getActualTypeArguments()[0].getTypeName().startsWith(NodeList.class.getCanonicalName()));
}

Expand Down

0 comments on commit 1cb8e46

Please sign in to comment.