Skip to content

Commit

Permalink
Add @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoerenhout committed Mar 1, 2016
1 parent e7a144b commit 179790d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ private SocketConnectionFactory() {
public static SocketConnectionFactory getInstance() {
return connFactory;
}


@Override
public Connection createConnection(String host, int port)
throws IOException {
return new SocketConnection(new Socket(host, port));
Expand Down

0 comments on commit 179790d

Please sign in to comment.