Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class UriTemplateFactory {
private static final Map<String, UriTemplate> 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand All @@ -51,7 +51,7 @@ public static List<MediaType> 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}.
Expand Down