Skip to content

Commit 355a370

Browse files
committed
refactor: minor changes in session management in client logic
1 parent 1ad3eed commit 355a370

File tree

8 files changed

+135
-126
lines changed

8 files changed

+135
-126
lines changed

client/src/main/java/com/orientechnologies/orient/client/remote/ODatabaseImportRemote.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ODatabaseTool setOptions(String iOptions) {
4141

4242
public void importDatabase() throws ODatabaseImportException {
4343
ORemoteClient storage =
44-
(ORemoteClient) ((ODatabaseDocumentRemote) getDatabase()).getRemoteClinet();
44+
(ORemoteClient) ((ODatabaseDocumentRemote) getDatabase()).getRemoteClient();
4545
File file = new File(getFileName());
4646
try {
4747
storage.importDatabase(options, new FileInputStream(file), file.getName(), getListener());

0 commit comments

Comments
 (0)