Skip to content

Commit 9aa0eb8

Browse files
committed
tiny cleanup (removal of unnecessary 'continue')
1 parent 5f03ce5 commit 9aa0eb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/BasicDeserializerFactory.java

-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ private void _addImplicitDelegatingConstructors(DeserializationContext ctxt,
411411
properties[i] = constructCreatorProperty(ctxt, beanDesc, UNWRAPPED_CREATOR_PARAM_NAME, i, param, null);
412412
++explicitNameCount;
413413
*/
414-
continue;
415414
}
416415
}
417416

0 commit comments

Comments
 (0)