Skip to content

Commit ae33039

Browse files
committed
Remove null assignment.
Null be default.
1 parent 79c2763 commit ae33039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.jython3/source/com/ibm/wala/cast/python/util/Python3Interpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class Python3Interpreter extends com.ibm.wala.cast.python.util.PythonInterpreter {
66

7-
private static PythonInterpreter interp = null;
7+
private static PythonInterpreter interp;
88

99
public static PythonInterpreter getInterp() {
1010
try {

0 commit comments

Comments
 (0)