From adde53c817560c2e025809e096c4aaeb01ff4983 Mon Sep 17 00:00:00 2001 From: Gerard Klijs Date: Wed, 14 Sep 2022 15:46:09 +0200 Subject: [PATCH] Correct URL to naming-conventions (#477) Signed-off-by: Gerard Klijs --- .../java/io/cloudevents/core/impl/BaseCloudEventBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/io/cloudevents/core/impl/BaseCloudEventBuilder.java b/core/src/main/java/io/cloudevents/core/impl/BaseCloudEventBuilder.java index 3268e70a3..69846c8eb 100644 --- a/core/src/main/java/io/cloudevents/core/impl/BaseCloudEventBuilder.java +++ b/core/src/main/java/io/cloudevents/core/impl/BaseCloudEventBuilder.java @@ -213,7 +213,7 @@ protected static IllegalStateException createMissingAttributeException(String at * * @param name the extension name * @return true if extension name is valid, false otherwise - * @see attribute-naming-convention + * @see attribute-naming-conventions */ private static boolean isValidExtensionName(String name) { for (int i = 0; i < name.length(); i++) {