DATAREST-1531 - Fix code sample in reference documentation.
Fixed class declaration for SpringDataRestCustomization. Original pull request: #377.
This commit is contained in:
committed by
Oliver Drotbohm
parent
82c2b4a5cd
commit
5f6759b337
@@ -19,7 +19,7 @@ On Java 8, we can register the mapping methods as method references to tweak the
|
||||
[source, java]
|
||||
----
|
||||
@Component
|
||||
public class SpringDataRestCustomization extends RepositoryRestConfigurer {
|
||||
public class SpringDataRestCustomization implements RepositoryRestConfigurer {
|
||||
|
||||
@Override
|
||||
public void configureRepositoryRestConfiguration(RepositoryRestConfiguration config) {
|
||||
|
||||
Reference in New Issue
Block a user