From 52d283dccdb2e754a012db16648935df6f9452c0 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Wed, 14 Feb 2024 09:18:27 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com> --- ...AfterConnectionEvictionAfterTcpServerGoAwayScenarioTest.java | 2 +- ...eforeConnectionEvictionAfterTcpServerGoAwayScenarioTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseAfterConnectionEvictionAfterTcpServerGoAwayScenarioTest.java b/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseAfterConnectionEvictionAfterTcpServerGoAwayScenarioTest.java index 10b6ed521..0d9c6f28e 100644 --- a/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseAfterConnectionEvictionAfterTcpServerGoAwayScenarioTest.java +++ b/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseAfterConnectionEvictionAfterTcpServerGoAwayScenarioTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. + * Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except diff --git a/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseBeforeConnectionEvictionAfterTcpServerGoAwayScenarioTest.java b/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseBeforeConnectionEvictionAfterTcpServerGoAwayScenarioTest.java index 0938418f8..b4f4ffbc7 100644 --- a/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseBeforeConnectionEvictionAfterTcpServerGoAwayScenarioTest.java +++ b/native/src/test/java/io/ballerina/stdlib/http/transport/http2/frameleveltests/Http2ChannelCloseBeforeConnectionEvictionAfterTcpServerGoAwayScenarioTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com) All Rights Reserved. + * Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except