File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed
main/java/com/networknt/schema/keyword
test/java/com/networknt/schema/keyword Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2323import com .networknt .schema .SchemaException ;
2424import com .networknt .schema .JsonType ;
2525import com .networknt .schema .SchemaLocation ;
26- import com .networknt .schema .ThresholdMixin ;
2726import com .networknt .schema .SchemaContext ;
2827import com .networknt .schema .utils .JsonNodeUtil ;
2928
Original file line number Diff line number Diff line change 2323import com .networknt .schema .SchemaException ;
2424import com .networknt .schema .JsonType ;
2525import com .networknt .schema .SchemaLocation ;
26- import com .networknt .schema .ThresholdMixin ;
2726import com .networknt .schema .SchemaContext ;
2827import com .networknt .schema .utils .JsonNodeUtil ;
2928
Original file line number Diff line number Diff line change 2323import com .networknt .schema .SchemaException ;
2424import com .networknt .schema .JsonType ;
2525import com .networknt .schema .SchemaLocation ;
26- import com .networknt .schema .ThresholdMixin ;
2726import com .networknt .schema .SchemaContext ;
2827import com .networknt .schema .utils .JsonNodeUtil ;
2928
Original file line number Diff line number Diff line change 2323import com .networknt .schema .SchemaException ;
2424import com .networknt .schema .JsonType ;
2525import com .networknt .schema .SchemaLocation ;
26- import com .networknt .schema .ThresholdMixin ;
2726import com .networknt .schema .SchemaContext ;
2827import com .networknt .schema .utils .JsonNodeUtil ;
2928
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .networknt .schema ;
17+ package com .networknt .schema . keyword ;
1818
1919import com .fasterxml .jackson .databind .JsonNode ;
2020
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .networknt .schema ;
16+ package com .networknt .schema . keyword ;
1717
1818import com .fasterxml .jackson .databind .JsonNode ;
1919import com .fasterxml .jackson .databind .node .*;
20+ import com .networknt .schema .keyword .ThresholdMixin ;
21+
2022import org .junit .jupiter .api .BeforeEach ;
2123import org .junit .jupiter .api .Disabled ;
2224import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments