Skip to content

Commit 5115cd0

Browse files
author
Rob Harrop
committed
Cosmetic
1 parent e64ada6 commit 5115cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/impl/ValueWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public final void writeTable(Map<String, Object> table)
109109
out.writeInt(0);
110110
} else {
111111
out.writeInt((int)Frame.tableSize(table));
112-
for(Map.Entry<String,Object> entry: table.entrySet()) {
112+
for(Map.Entry<String,Object> entry: table.entrySet()) {
113113
writeShortstr(entry.getKey());
114114
Object value = entry.getValue();
115115
writeFieldValue(value);

0 commit comments

Comments
 (0)