Skip to content

Commit b50c850

Browse files
committed
GH-2335 - Polishing.
1 parent c49a31f commit b50c850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/hateoas/server/core/AnnotationMappingDiscoverer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Greg Turnquist
4343
* @author Réda Housni Alaoui
4444
*/
45-
public class AnnotationMappingDiscoverer implements MappingDiscoverer, RawMappingDiscoverer {
45+
public class AnnotationMappingDiscoverer implements RawMappingDiscoverer {
4646

4747
private final Class<? extends Annotation> annotationType;
4848
private final @Nullable String mappingAttributeName;

0 commit comments

Comments
 (0)