feat: Add getVariableDefinition
method
#7782
Annotations
1 error and 1 warning
quick
Execution failed for task ':web-client-api:spotlessJavaCheck'.
> The following files had format violations:
src/main/java/io/deephaven/web/client/ide/IdeConnection.java
@@ -132,10 +132,10 @@
····}
····/**
-·····*·Gets·an·object·from·the·server,·given·a·definition·object.·The·definition·object·you·can·get:
-·····*·-·From·{@link·#getVariableDefinition(String)},·or
-·····*·-·Returned·from·a·{@link·#subscribeToFieldUpdates(JsConsumer)}·callback,·or
-·····*·-·Created·manually,·see·{@link·JsVariableDefinition}
+·····*·Gets·an·object·from·the·server,·given·a·definition·object.·The·definition·object·you·can·get:·-·From
+·····*·{@link·#getVariableDefinition(String)},·or·-·Returned·from·a·{@link·#subscribeToFieldUpdates(JsConsumer)}
+·····*·callback,·or·-·Created·manually,·see·{@link·JsVariableDefinition}
+·····*·
·····*·@param·definitionObject·A·VariableDefinition·object.·See·{@link·JsVariableDefinition}
·····*·@return·Promise·that·will·resolve·to·the·object·being·fetched
·····*/
@@ -147,6 +147,7 @@
····/**
·····*·Gets·a·variable·definition·from·the·server,·given·a·name.·Can·be·used·to·get·the·type·of·the·variable,·and·then
·····*·use·{@link·#getObject(JsPropertyMap)}·to·get·the·actual·object·by·passing·in·the·definition·returned·from·this.
+·····*·
·····*·@param·name·Name·of·the·variable·to·get·the·definition·for
·····*·@return·Promise·that·will·resolve·to·the·variable·definition,·or·reject·if·it·is·not·found.
·····*/
Run './gradlew :web-client-api:spotlessApply' to fix these violations.
|
quick
Gradle Build Scan: https://gradle.com/s/2datneisrmyjg
|