Skip to content

Commit 521fcc4

Browse files
committed
Renamed variable for clarity.
1 parent 62a252b commit 521fcc4

File tree

1 file changed

+2
-2
lines changed
  • com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client

1 file changed

+2
-2
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/Gamma.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ protected Set<List<Dimension<?>>> getShapes(PropagationCallGraphBuilder builder)
9595
shapes.forEach(
9696
shape -> {
9797
alphaShapes.forEach(
98-
alphaShape -> {
98+
aShape -> {
9999
List<Dimension<?>> newShape = new ArrayList<>(shape);
100-
newShape.addAll(alphaShape);
100+
newShape.addAll(aShape);
101101
ret.add(newShape);
102102
});
103103
});

0 commit comments

Comments
 (0)