File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/main/kotlin/com/fasterxml/jackson/module/kotlin Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 204
204
<breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications >
205
205
<breakBuildOnSourceIncompatibleModifications >true</breakBuildOnSourceIncompatibleModifications >
206
206
<excludes >
207
+ <!-- 26-Oct-2022, tatu: fix to #582; bogus failure otherwise -->
208
+ <exclude >com.fasterxml.jackson.module.kotlin.ClosedRangeMixin</exclude >
207
209
</excludes >
208
210
</parameter >
209
211
</configuration >
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ internal abstract class ClosedRangeMixin<T> @JsonCreator constructor(public val
11
11
@JsonIgnore abstract public fun getIncrement (): T
12
12
@JsonIgnore abstract public fun isEmpty (): Boolean
13
13
@JsonIgnore abstract public fun getStep (): T
14
+ @JsonIgnore abstract public fun getEndExclusive (): T
14
15
}
You can’t perform that action at this time.
0 commit comments