Extract variable api from ScriptSession, let ScriptSession guard reads #8094
Annotations
1 error and 1 warning
Quick Task
Execution failed for task ':engine-context:spotlessJavaCheck'.
> The following files had format violations:
src/main/java/io/deephaven/engine/context/StandaloneQueryScope.java
@@ -79,7 +79,7 @@
········if·(valueRetriever·==·null)·{
············throw·new·MissingVariableException("Missing·variable·"·+·name);
········}
-········//noinspection·unchecked
+········//·noinspection·unchecked
········return·(QueryScopeParam<T>)·valueRetriever.createParam();
····}
Run './gradlew :engine-context:spotlessApply' to fix these violations.
|
Quick Task
Gradle Build Scan: https://gradle.com/s/6ewhlusiu6aa4
|
The logs for this run have expired and are no longer available.
Loading