Skip to content

Commit

Permalink
CR fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Dec 2, 2024
1 parent 8dec229 commit 7121263
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public abstract class EnsoService {
/**
* Resolved the Enso type object associated with this SPI registration and returns it as a Value.
*
* <p>It may return {@code null} if the Enso library for the associated module is not loaded.
* <p>If the Enso library associated with the service is not loaded, it returns a Polyglot Value
* which {@code isNull}.
*/
public final Value getTypeObject() {
if (cachedTypeObject == null) {
Expand Down

0 comments on commit 7121263

Please sign in to comment.