Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit ea5f41a

Browse files
authored
Merge pull request #348 from browserup/missing-doc-param-comment
Add missing param comment to stop warning
2 parents ad7500d + e2ff96b commit ea5f41a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

browserup-proxy-core/src/main/java/com/browserup/bup/BrowserUpProxy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ default Har getHar() {
122122
}
123123

124124
/**
125+
* @param cleanHar reset/clear the in-memory har
125126
* If cleanHar is false - returns current HAR.
126127
* If cleanHar is true - cleans current HAR and returns HAR with data it has before cleaning.
127128
*

nohup.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Error starting proxy server: OSError(48, 'Address already in use')

0 commit comments

Comments
 (0)