File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
server/bundles/io.cloudbeaver.model.cli/src/io/cloudbeaver/model/cli Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11/*
22 * DBeaver - Universal Database Manager
3- * Copyright (C) 2010-2025 DBeaver Corp and others
3+ * Copyright (C) 2010-2026 DBeaver Corp and others
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
66 * you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@ public CloudBeaverCommandLine(
4545 @ Override
4646 protected CloudBeaverTopLevelCommand createTopLevelCommand (
4747 @ Nullable ApplicationInstanceController applicationInstanceController ,
48- @ NotNull CommandLineContext context ,
48+ @ NotNull CLIContextImpl context ,
4949 @ NotNull CLIRunMeta runMeta
5050 ) {
5151 if (authenticator != null ) {
@@ -58,7 +58,7 @@ protected CloudBeaverTopLevelCommand createTopLevelCommand(
5858 @ Override
5959 protected CommandLine initCommandLine (
6060 @ Nullable ApplicationInstanceController applicationInstanceController ,
61- @ NotNull CommandLineContext context ,
61+ @ NotNull CLIContextImpl context ,
6262 @ NotNull CLIRunMeta runMeta
6363 ) {
6464 var cmd = super .initCommandLine (applicationInstanceController , context , runMeta );
Original file line number Diff line number Diff line change 11/*
22 * DBeaver - Universal Database Manager
3- * Copyright (C) 2010-2025 DBeaver Corp and others
3+ * Copyright (C) 2010-2026 DBeaver Corp and others
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
66 * you may not use this file except in compliance with the License.
1919import org .jkiss .code .NotNull ;
2020import org .jkiss .code .Nullable ;
2121import org .jkiss .dbeaver .model .cli .ApplicationInstanceController ;
22+ import org .jkiss .dbeaver .model .cli .CLIContextImpl ;
2223import org .jkiss .dbeaver .model .cli .CLIRunMeta ;
23- import org .jkiss .dbeaver .model .cli .CommandLineContext ;
2424import org .jkiss .dbeaver .model .cli .command .AbstractTopLevelCommand ;
2525import picocli .CommandLine ;
2626
@@ -35,7 +35,7 @@ public class CloudBeaverTopLevelCommand extends AbstractTopLevelCommand {
3535
3636 protected CloudBeaverTopLevelCommand (
3737 @ Nullable ApplicationInstanceController controller ,
38- @ NotNull CommandLineContext context ,
38+ @ NotNull CLIContextImpl context ,
3939 @ NotNull CLIRunMeta meta
4040
4141 ) {
You can’t perform that action at this time.
0 commit comments