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 1
1
/*
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.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -65,14 +65,14 @@ public abstract class JsonProvider {
65
65
/**
66
66
* The name of the property that contains the name of the class capable of creating new JsonProvider objects.
67
67
*/
68
- private static final String JSONP_PROVIDER_FACTORY = "jakarta.json.provider" ;
68
+ public static final String JSONP_PROVIDER_FACTORY = "jakarta.json.provider" ;
69
69
70
70
/**
71
71
* A constant representing the name of the default
72
72
* {@code JsonProvider} implementation class.
73
73
*/
74
74
private static final String DEFAULT_PROVIDER
75
- = "org.eclipse.jsonp .JsonProviderImpl" ;
75
+ = "org.eclipse.parsson .JsonProviderImpl" ;
76
76
77
77
/**
78
78
* Default constructor.
You can’t perform that action at this time.
0 commit comments