Skip to content

Commit

Permalink
interim commit
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed May 7, 2024
1 parent 1adfd07 commit 63a9f92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ protected AbstractItemWriter(@NonNull QName parentQName) {

/**
* Get the qualified name of the item's parent.
*
*
* @return the qualified name
*/
@NonNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ public BindingModule( // NOPMD - unavoidable
resource.toASCIIString()));
}
}
this.nodeItem = ObjectUtils.notNull(Lazy.lazy(() -> nodeItemFactory.newDocumentNodeItem(rootDefinition, resource, binding)));
this.nodeItem
= ObjectUtils.notNull(Lazy.lazy(() -> nodeItemFactory.newDocumentNodeItem(rootDefinition, resource, binding)));
}

@NonNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* load a bound Java class.</li>
* <li>A metaschema-specific binding, based on the first method, that is capable
* of representing a Metaschema module
* ({@link gov.nist.secauto.metaschema.databind.metaschema.binding}). The
* ({@link gov.nist.secauto.metaschema.databind.model.metaschema.binding}). The
* {@link gov.nist.secauto.metaschema.databind.model.metaschema.BindingConstraintLoader}
* can be used to load any Metaschema module using this method. Once loaded, the
* module can be registered with the binding context using
Expand Down

0 comments on commit 63a9f92

Please sign in to comment.