File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/gov/nist/secauto/oscal/lib
metapath/function/library Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public final class ResolveProfile {
5353 .type (INodeItem .type ())
5454 .zeroOrOne ()
5555 .build ())
56- .focusDependent ()
56+ .focusIndependent ()
5757 .contextDependent ()
5858 .deterministic ()
5959 .returnType (INodeItem .type ())
@@ -82,7 +82,7 @@ public final class ResolveProfile {
8282 .type (INodeItem .type ())
8383 .zeroOrOne ()
8484 .build ())
85- .focusDependent ()
85+ .focusIndependent ()
8686 .contextDependent ()
8787 .deterministic ()
8888 .returnType (INodeItem .type ())
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public final class ResolveReference {
6868 .type (IStringItem .type ())
6969 .zeroOrOne ()
7070 .build ())
71- .focusDependent ()
71+ .focusIndependent ()
7272 .contextDependent ()
7373 .deterministic ()
7474 .returnType (IAnyUriItem .type ())
@@ -124,7 +124,7 @@ private static ISequence<?> executeTwoArg(
124124
125125 /**
126126 * Ensure the provided item is a node item.
127- *
127+ *
128128 * @param item
129129 * the item to check
130130 * @return the item as a node item
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public interface IOscalInstance {
2121
2222 /**
2323 * Lookup a backmatter resource by its UUID value.
24- *
24+ *
2525 * @param id
2626 * the uuid value
2727 * @return the resource or {@code null} if no resource matched the UUID
You can’t perform that action at this time.
0 commit comments