Skip to content

Commit cc90cfa

Browse files
committed
Merge pull request webmetrics#26 from davbo/master
Added missing closing brace
2 parents 54ba994 + 9f4c230 commit cc90cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/browsermob/proxy/bricks/ProxyResource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public Reply<?> updateHeaders(@Named("port") int port, Request request) {
125125
proxy.addHeader(key, value);
126126
}
127127
return Reply.saying().ok();
128+
}
128129

129130
@Put
130131
@At("/:port/limit")

0 commit comments

Comments
 (0)