Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
add serialVersionUID for TestWordTopology (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlu90 committed May 20, 2016
1 parent a297161 commit a78f8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

public class TestWordSpout extends BaseRichSpout {

private static final long serialVersionUID = -6923231632469169744L;
private SpoutOutputCollector collector;
private String[] words;
private Random rand;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

public class TestWordSpout extends BaseRichSpout {

private static final long serialVersionUID = -2593434164020114705L;
private SpoutOutputCollector collector;
private String[] words;
private Random rand;
Expand Down

0 comments on commit a78f8fc

Please sign in to comment.