From bb101a92749987deff1bf5bc5679e9439a3d2742 Mon Sep 17 00:00:00 2001 From: ShintaroOba <57422625+ShintaroOba@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:07:13 +0900 Subject: [PATCH 1/2] Update Parameters.java --- .../http/src/main/java/io/helidon/common/http/Parameters.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/http/src/main/java/io/helidon/common/http/Parameters.java b/common/http/src/main/java/io/helidon/common/http/Parameters.java index b7c90bebe9e..f082889597b 100644 --- a/common/http/src/main/java/io/helidon/common/http/Parameters.java +++ b/common/http/src/main/java/io/helidon/common/http/Parameters.java @@ -179,7 +179,7 @@ static Parameters toUnmodifiableParameters(Parameters parameters) { Parameters putAll(Parameters parameters); /** - * Adds specified values tu association with the specified key (optional operation). + * Adds specified values to association with the specified key (optional operation). * If parameters doesn't contains mapping, new mapping is created. * * @param key key with which the specified value is to be associated @@ -191,7 +191,7 @@ static Parameters toUnmodifiableParameters(Parameters parameters) { Parameters add(String key, String... values); /** - * Adds specified values tu association with the specified key (optional operation). + * Adds specified values to association with the specified key (optional operation). * If parameters doesn't contains mapping, new mapping is created. * * @param key key with which the specified value is to be associated From 9650456e9f75ccab6f791c8648e5f99989dac490 Mon Sep 17 00:00:00 2001 From: Romain Grecourt Date: Wed, 6 Jul 2022 09:32:32 -0700 Subject: [PATCH 2/2] Update Parameters.java --- .../http/src/main/java/io/helidon/common/http/Parameters.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/http/src/main/java/io/helidon/common/http/Parameters.java b/common/http/src/main/java/io/helidon/common/http/Parameters.java index f082889597b..03da50e904a 100644 --- a/common/http/src/main/java/io/helidon/common/http/Parameters.java +++ b/common/http/src/main/java/io/helidon/common/http/Parameters.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2021 Oracle and/or its affiliates. + * Copyright (c) 2018, 2022 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.