Skip to content

Commit 2b7de8d

Browse files
committed
Fix package errors in javadoc @link references.
1 parent e90ae13 commit 2b7de8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/javadoc/overview.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2><span style="font-family: monospace">$ref</span> resolution</h2>
9797
<p>Note that any failure in $ref validation is considered a fatal error.</p>
9898

9999
<p>The processor in charge of this step is {@link
100-
com.github.fge.jsonschema.processors.ref.RefResolver}. It is located in package
100+
com.github.fge.jsonschema.core.load.RefResolver}. It is located in package
101101
<span style="font-family: monospace">json-schema-core</span>.</p>
102102

103103
<h2>Schema syntax checking</h2>
@@ -113,7 +113,7 @@ <h2>Schema syntax checking</h2>
113113
not follow JSON References.</p>
114114

115115
<p>The processor in charge of this step is {@link
116-
com.github.fge.jsonschema.processors.syntax.SyntaxProcessor}. It is located in
116+
com.github.fge.jsonschema.core.keyword.syntax.SyntaxProcessor}. It is located in
117117
the <span style="font-family: monospace">json-schema-core</span> package.</p>
118118

119119
<h2>Digesting</h2>
@@ -154,7 +154,7 @@ <h2>Digesting</h2>
154154
allows to prune a lot of duplicates out of keyword caching.</p>
155155

156156
<p>The processor in charge of this step is {@link
157-
com.github.fge.jsonschema.processing.digest.SchemaDigester}.</p>
157+
com.github.fge.jsonschema.processors.digest.SchemaDigester}.</p>
158158

159159
<h2>Keyword building</h2>
160160

0 commit comments

Comments
 (0)