Skip to content

Commit ab32169

Browse files
committed
deploy: 2da26ac
1 parent bba7544 commit ab32169

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

member-search-index.zip

0 Bytes
Binary file not shown.

org/spdx/utility/compare/LicenseCompareHelper.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ <h4>isSingleTokenString</h4>
599599
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;text)</pre>
600600
<div class="block">Check whether the given text contains only a single token
601601
<p>
602-
A single token string is a string that contains zero or one token,
602+
A single token string is a string that contains exactly one token,
603603
as identified by the <code>LicenseTextHelper.TOKEN_SPLIT_PATTERN</code>.
604604
Whitespace and punctuation such as dots, commas, question marks,
605605
and quotation marks are ignored.
@@ -608,7 +608,7 @@ <h4>isSingleTokenString</h4>
608608
<dt><span class="paramLabel">Parameters:</span></dt>
609609
<dd><code>text</code> - The text to test.</dd>
610610
<dt><span class="returnLabel">Returns:</span></dt>
611-
<dd><code>true</code> if the text contains zero or one token,
611+
<dd><code>true</code> if the text contains exactly one token,
612612
<code>false</code> otherwise.</dd>
613613
</dl>
614614
</li>

package-search-index.zip

0 Bytes
Binary file not shown.

type-search-index.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)