From 6a36bb8588d004cafbed467f974b38be43378d6f Mon Sep 17 00:00:00 2001 From: Sanghyuk Jung Date: Sat, 25 Jul 2026 14:32:40 +0900 Subject: [PATCH] Remove duplicated "the" Signed-off-by: Sanghyuk Jung --- .../hateoas/server/core/UriTemplateFactory.java | 2 +- .../springframework/hateoas/mediatype/MediaTypeTestUtils.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/springframework/hateoas/server/core/UriTemplateFactory.java b/src/main/java/org/springframework/hateoas/server/core/UriTemplateFactory.java index 44509965c..d655b0a26 100644 --- a/src/main/java/org/springframework/hateoas/server/core/UriTemplateFactory.java +++ b/src/main/java/org/springframework/hateoas/server/core/UriTemplateFactory.java @@ -33,7 +33,7 @@ public class UriTemplateFactory { private static final Map CACHE = new ConcurrentReferenceHashMap<>(); /** - * Returns the the {@link UriTemplate} for the given mapping. + * Returns the {@link UriTemplate} for the given mapping. * * @param mapping must not be {@literal null} or empty. * @return diff --git a/src/test/java/org/springframework/hateoas/mediatype/MediaTypeTestUtils.java b/src/test/java/org/springframework/hateoas/mediatype/MediaTypeTestUtils.java index 3b3571d20..56e7a47dd 100644 --- a/src/test/java/org/springframework/hateoas/mediatype/MediaTypeTestUtils.java +++ b/src/test/java/org/springframework/hateoas/mediatype/MediaTypeTestUtils.java @@ -40,7 +40,7 @@ public class MediaTypeTestUtils { /** - * Looks up the the media types supported for {@link RepresentationModel} in the {@link RequestMappingHandlerAdapter} + * Looks up the media types supported for {@link RepresentationModel} in the {@link RequestMappingHandlerAdapter} * within the given {@link ApplicationContext}. * * @param context must not be {@literal null}. @@ -51,7 +51,7 @@ public static List getSupportedHypermediaTypes(ApplicationContext con } /** - * Looks up the the media types supported for the given type in the {@link RequestMappingHandlerAdapter} within the + * Looks up the media types supported for the given type in the {@link RequestMappingHandlerAdapter} within the * given {@link ApplicationContext}. * * @param context must not be {@literal null}.