Skip to content

Commit

Permalink
[streaming] Change 'getParallelism()' signature to return a primitive…
Browse files Browse the repository at this point in the history
… to avoid failed equality checks.
  • Loading branch information
StephanEwen committed Apr 29, 2015
1 parent 0fceb11 commit 421e4a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public Integer getID() {
return ID;
}

public Integer getParallelism() {
public int getParallelism() {
return parallelism != null ? parallelism : env.getParallelism();
}

Expand Down

0 comments on commit 421e4a1

Please sign in to comment.