Kaydet (Commit) f1fbda5b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326577 Useless call

Change-Id: I3f9742cafdcdce3302c925a2227da1f7839c80c3
üst addec679
......@@ -298,7 +298,7 @@ public class APIDescGetter extends DescGetter
}
if (aToken.hasMoreTokens())
{
StringHelper.removeQuoteIfExists(aToken.nextToken());
aToken.nextToken();
}
if (aToken.hasMoreTokens())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment