Skip to content

Commit ef457f0

Browse files
committed
...
1 parent d0dcd0e commit ef457f0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/com/fasterxml/jackson/annotation/JacksonInject.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@
5050
* @return {@link OptBoolean#FALSE} to throw an exception; {@link OptBoolean#TRUE}
5151
* to avoid throwing it; or {@link OptBoolean#DEFAULT} to use configure defaults
5252
* (which are same as {@link OptBoolean#FALSE} for Jackson 2.x)
53-
<<<<<<< HEAD
5453
*
5554
* @since 2.20
56-
=======
57-
>>>>>>> 2.19
5855
*/
5956
public OptBoolean optional() default OptBoolean.DEFAULT;
6057

@@ -109,7 +106,6 @@ public static Value empty() {
109106
return EMPTY;
110107
}
111108

112-
<<<<<<< HEAD
113109
@Deprecated //since 2.20
114110
public static Value construct(Object id, Boolean useInput) {
115111
return construct(id, useInput, null);
@@ -118,8 +114,6 @@ public static Value construct(Object id, Boolean useInput) {
118114
/**
119115
* @since 2.20
120116
*/
121-
=======
122-
>>>>>>> 2.19
123117
public static Value construct(Object id, Boolean useInput, Boolean optional) {
124118
if ("".equals(id)) {
125119
id = null;

0 commit comments

Comments
 (0)