From e2ff96b0e74bfda649cdaa10a2a1c7240830b375 Mon Sep 17 00:00:00 2001 From: HereC Date: Sun, 27 Dec 2020 19:57:08 -0500 Subject: [PATCH] Add missing param comment to stop warning --- .../src/main/java/com/browserup/bup/BrowserUpProxy.java | 1 + nohup.out | 1 + 2 files changed, 2 insertions(+) create mode 100644 nohup.out diff --git a/browserup-proxy-core/src/main/java/com/browserup/bup/BrowserUpProxy.java b/browserup-proxy-core/src/main/java/com/browserup/bup/BrowserUpProxy.java index f5b877782..b82a478d1 100644 --- a/browserup-proxy-core/src/main/java/com/browserup/bup/BrowserUpProxy.java +++ b/browserup-proxy-core/src/main/java/com/browserup/bup/BrowserUpProxy.java @@ -122,6 +122,7 @@ default Har getHar() { } /** + * @param cleanHar reset/clear the in-memory har * If cleanHar is false - returns current HAR. * If cleanHar is true - cleans current HAR and returns HAR with data it has before cleaning. * diff --git a/nohup.out b/nohup.out new file mode 100644 index 000000000..74b8d1c12 --- /dev/null +++ b/nohup.out @@ -0,0 +1 @@ +Error starting proxy server: OSError(48, 'Address already in use')