Skip to content

Commit 4c6bf8e

Browse files
author
ehennum
committed
#1334 clean up on hierarchy HTML page and check
1 parent e8f6d21 commit 4c6bf8e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/impl/SemExprImpl.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,6 @@ public ServerExpression sameTerm(ServerExpression a, String b) {
253253

254254
@Override
255255
public ServerExpression sameTerm(ServerExpression a, ServerExpression b) {
256-
if (a == null) {
257-
throw new IllegalArgumentException("a parameter for sameTerm() cannot be null");
258-
}
259-
if (b == null) {
260-
throw new IllegalArgumentException("b parameter for sameTerm() cannot be null");
261-
}
262256
return new XsExprImpl.BooleanCallImpl("sem", "sameTerm", new Object[]{ a, b });
263257
}
264258

marklogic-client-api/src/main/javadoc/doc-files/types/ml-server-type-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<li type="circle"><a href="xml-content-node.html"><span class="typeNameLink">xml-content-node</span></a></li>
6666
<li type="circle"><a href="xml-root-node.html"><span class="typeNameLink">xml-root-node</span></a></li>
6767
</ul></li>
68+
<li type="circle"><a href="sem_blank.html"><span class="typeNameLink">sem:blank</span></a></li>
6869
<li type="circle"><a href="sem_store.html"><span class="typeNameLink">sem:store</span></a></li>
6970
<li type="circle"><a href="xs_anySimpleType.html"><span class="typeNameLink">xs:anySimpleType</span></a><ul>
7071
<li type="circle"><a href="xs_anyAtomicType.html"><span class="typeNameLink">xs:anyAtomicType</span></a><ul>
@@ -134,6 +135,5 @@
134135
</ul></li>
135136
</ul></li>
136137
</ul></li>
137-
<li type="circle"><a href="sem_blank.html"><span class="typeNameLink">sem:blank</span></a></li>
138138
</ul></div></body>
139139
</html>

0 commit comments

Comments
 (0)