File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
main/java/com/networknt/schema
test/java/com/networknt/schema/utils Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717package com .networknt .schema .keyword ;
1818
1919import com .fasterxml .jackson .databind .JsonNode ;
20- import com .networknt .schema .CachedSupplier ;
2120import com .networknt .schema .Error ;
2221import com .networknt .schema .ExecutionContext ;
2322import com .networknt .schema .InvalidSchemaRefException ;
2423import com .networknt .schema .NodePath ;
2524import com .networknt .schema .Schema ;
2625import com .networknt .schema .SchemaException ;
2726import com .networknt .schema .SchemaRef ;
27+ import com .networknt .schema .utils .CachedSupplier ;
2828import com .networknt .schema .SchemaLocation ;
2929import com .networknt .schema .SchemaContext ;
3030
Original file line number Diff line number Diff line change 1717package com .networknt .schema .keyword ;
1818
1919import com .fasterxml .jackson .databind .JsonNode ;
20- import com .networknt .schema .CachedSupplier ;
2120import com .networknt .schema .Error ;
2221import com .networknt .schema .ExecutionContext ;
2322import com .networknt .schema .InvalidSchemaRefException ;
2423import com .networknt .schema .NodePath ;
2524import com .networknt .schema .Schema ;
2625import com .networknt .schema .SchemaException ;
2726import com .networknt .schema .SchemaRef ;
27+ import com .networknt .schema .utils .CachedSupplier ;
2828import com .networknt .schema .SchemaLocation ;
2929import com .networknt .schema .SchemaContext ;
3030
Original file line number Diff line number Diff line change 1717package com .networknt .schema .keyword ;
1818
1919import com .fasterxml .jackson .databind .JsonNode ;
20- import com .networknt .schema .CachedSupplier ;
2120import com .networknt .schema .Error ;
2221import com .networknt .schema .ExecutionContext ;
2322import com .networknt .schema .InvalidSchemaRefException ;
2423import com .networknt .schema .NodePath ;
2524import com .networknt .schema .Schema ;
2625import com .networknt .schema .SchemaException ;
2726import com .networknt .schema .SchemaRef ;
27+ import com .networknt .schema .utils .CachedSupplier ;
2828import com .networknt .schema .SchemaLocation ;
2929import com .networknt .schema .SchemaContext ;
3030
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 . utils ;
1717
1818import java .util .function .Supplier ;
1919
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 . utils ;
1717
1818import static org .junit .jupiter .api .Assertions .assertEquals ;
1919import static org .junit .jupiter .api .Assertions .assertNull ;
You can’t perform that action at this time.
0 commit comments