Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Tweak comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Sep 20, 2016
1 parent 4b0c5d3 commit ce93250
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
import java.util.LinkedList;
import java.util.List;

/**
* A simple consuming actor that stores all messages that was received
*/
public class ConsumingActor extends UntypedActor {

public List<Object> messagesReceived = new LinkedList<>();
Expand Down

0 comments on commit ce93250

Please sign in to comment.