You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-components/domain-proxy/client/src/main/java/com/redhat/hacbs/domainproxy/client/DomainProxyClient.java
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -51,35 +51,37 @@ public class DomainProxyClient {
51
51
publicvoidstart() {
52
52
Log.info("Starting domain proxy client...");
53
53
Log.infof("Byte buffer size %d", byteBufferSize); // TODO Remove
Copy file name to clipboardExpand all lines: java-components/domain-proxy/server/src/main/java/com/redhat/hacbs/domainproxy/server/DomainProxyServer.java
+32-30Lines changed: 32 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -52,41 +52,43 @@ public class DomainProxyServer {
52
52
@PostConstruct
53
53
publicvoidstart() {
54
54
Log.infof("Byte buffer size %d", byteBufferSize); // TODO Remove
0 commit comments