File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
api/src/main/java/jakarta/json/spi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
33 *
44 * This program and the accompanying materials are made available under the
55 * terms of the Eclipse Public License v. 2.0, which is available at
@@ -65,14 +65,14 @@ public abstract class JsonProvider {
6565 /**
6666 * The name of the property that contains the name of the class capable of creating new JsonProvider objects.
6767 */
68- private static final String JSONP_PROVIDER_FACTORY = "jakarta.json.provider" ;
68+ public static final String JSONP_PROVIDER_FACTORY = "jakarta.json.provider" ;
6969
7070 /**
7171 * A constant representing the name of the default
7272 * {@code JsonProvider} implementation class.
7373 */
7474 private static final String DEFAULT_PROVIDER
75- = "org.eclipse.jsonp .JsonProviderImpl" ;
75+ = "org.eclipse.parsson .JsonProviderImpl" ;
7676
7777 /**
7878 * Default constructor.
You can’t perform that action at this time.
0 commit comments