Skip to content

Commit

Permalink
test refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 24, 2017
1 parent 7093008 commit 962fa85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -866,8 +866,6 @@ private AnnotationMap _mergeAnnotations(int index,
*<pre>
* nodes[index].value.getAllAnnotations()
*</pre>
*
* @since 2.6
*/
private <T extends AnnotatedMember> AnnotationMap _getAllAnnotations(Linked<T> node) {
AnnotationMap ann = node.value.getAllAnnotations();
Expand Down
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.databind.creators;
package com.fasterxml.jackson.databind.deser.creators;

import java.util.List;

Expand Down

0 comments on commit 962fa85

Please sign in to comment.