Skip to content

Commit 3c8dd70

Browse files
committed
fix visibility
1 parent 89b7ff0 commit 3c8dd70

File tree

1 file changed

+2
-2
lines changed
  • json-schema-validator/src/main/java/io/openapiprocessor/jsonschema/schema

1 file changed

+2
-2
lines changed

json-schema-validator/src/main/java/io/openapiprocessor/jsonschema/schema/Document.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
package io.openapiprocessor.jsonschema.schema;
77

8-
class Document {
9-
enum Source {
8+
public class Document {
9+
public enum Source {
1010
ID, ANCHOR, DYNAMIC_ANCHOR
1111
}
1212

0 commit comments

Comments
 (0)