Skip to content

Commit 185b456

Browse files
committed
java doc update
1 parent 21a6143 commit 185b456

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/networknt/schema/SchemaValidatorsConfig.java

+5
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ public boolean isUnevaluatedPropertiesAnalysisEnabled() {
205205

206206
/************************ END OF UNEVALUATED CHECKS **********************************/
207207

208+
/**
209+
*
210+
* @return true if type loose is used.
211+
*/
208212
public boolean isTypeLoose() {
209213
return this.typeLoose;
210214
}
@@ -460,6 +464,7 @@ public void setWriteOnly(boolean writeOnly) {
460464

461465
/**
462466
* Use {@code isReadOnly} or {@code isWriteOnly}
467+
* @return true if schema is used to write data
463468
*/
464469
@Deprecated
465470
public boolean isWriteMode() {

0 commit comments

Comments
 (0)