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

coverity#1326356 presumably a deliberate fall through

Change-Id: I6338746911e279f934a0cb7113de81d7a02c6cb1
üst 8536c279
......@@ -399,6 +399,7 @@ public class Type {
{
return _typeName.equals(type._typeName);
}
// fall-through
case TypeClass.EXCEPTION_value:
case TypeClass.INTERFACE_value:
Class<?> c1 = getZClass();
......
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