Deleted unnecessary casts with Eclipse
This commit is contained in:
@@ -262,7 +262,7 @@ public class ContainerCellWorkbench extends ContainerUpgradeable
|
||||
}
|
||||
|
||||
this.copyMode = getCopyMode();
|
||||
this.fzMode = (FuzzyMode) getFuzzyMode();
|
||||
this.fzMode = getFuzzyMode();
|
||||
}
|
||||
|
||||
prevStack = is;
|
||||
|
||||
Reference in New Issue
Block a user