Skip to content

Commit

Permalink
Shorten name.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Apr 30, 2024
1 parent 97e6c94 commit cc22e4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ public class PythonInstanceMethodTrampolineTargetSelector<T>
private PythonAnalysisEngine<T> engine;

public PythonInstanceMethodTrampolineTargetSelector(
MethodTargetSelector base, PythonAnalysisEngine<T> pythonAnalysisEngine) {
MethodTargetSelector base, PythonAnalysisEngine<T> engine) {
super(base);
this.engine = pythonAnalysisEngine;
this.engine = engine;
}

@Override
Expand Down

0 comments on commit cc22e4a

Please sign in to comment.