Skip to content

Commit

Permalink
Fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvanzuylen committed Oct 25, 2016
1 parent 2a205ff commit 5585662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/primeoservices/net/HeaderList.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public int getLength()
public String toString()
{
final StringBuilder sb = new StringBuilder();
for (Header header : headers)
for (Header header : this.headers)
{
sb.append(header);
sb.append(SocketClient.NETASCII_EOL);
Expand Down

0 comments on commit 5585662

Please sign in to comment.