This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
demos/customprovider-jdk9/src/main/java/org/glassfish/json/customprovider Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 64
64
*/
65
65
public class TestProvider extends JsonProvider {
66
66
67
- // need to override this here otherwise JsonProvider.provider()
68
- // would be called indefinetly leading to StackOverfolwError
69
- public static JsonProvider provider () {
70
- return new TestProvider ();
71
- }
72
-
73
67
@ Override
74
68
public JsonGenerator createGenerator (Writer writer ) {
75
69
return new TestGenerator (writer );
Original file line number Diff line number Diff line change 169
169
<plugin >
170
170
<groupId >org.apache.maven.plugins</groupId >
171
171
<artifactId >maven-javadoc-plugin</artifactId >
172
- <version >2.10.4 </version >
172
+ <version >3.0.0-M1 </version >
173
173
</plugin >
174
174
<plugin >
175
175
<groupId >org.apache.maven.plugins</groupId >
430
430
<plugin >
431
431
<groupId >org.apache.maven.plugins</groupId >
432
432
<artifactId >maven-javadoc-plugin</artifactId >
433
- <version >2.10.4 </version >
433
+ <version >3.0.0-M1 </version >
434
434
<executions >
435
435
<execution >
436
436
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments