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}.