Skip to content

Commit

Permalink
these should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Jul 24, 2015
1 parent 79b7b15 commit fc7799d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import org.hawkular.feedcomm.ws.server.ConnectedUIClients;

public class CommandContext {
public final ConnectedFeeds connectedFeeds;
public final ConnectedUIClients connectedUIClients;
public final ConnectionFactory connectionFactory;
private final ConnectedFeeds connectedFeeds;
private final ConnectedUIClients connectedUIClients;
private final ConnectionFactory connectionFactory;

public CommandContext(ConnectedFeeds f, ConnectedUIClients ui, ConnectionFactory cf) {
this.connectedFeeds = f;
Expand Down

0 comments on commit fc7799d

Please sign in to comment.