Skip to content

Commit 5104881

Browse files
committed
Minor: refactoring
(cherry picked from commit f4ed566)
1 parent 7e7109f commit 5104881

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/src/main/java/com/orientechnologies/orient/core/storage/OStorageEmbedded.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ public Object executeCommand(final OCommandRequestText iCommand, final OCommandE
9393

9494
try {
9595

96-
final Object result = executor.execute(iCommand.getParameters());
97-
return result;
96+
return executor.execute(iCommand.getParameters());
9897

9998
} catch (OException e) {
10099
// PASS THROUGHT

0 commit comments

Comments
 (0)