#1477 - DelegatingEntityLinks implements EntityLinks.
This commit is contained in:
@@ -27,7 +27,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
*/
|
||||
public class DelegatingEntityLinks extends AbstractEntityLinks {
|
||||
public class DelegatingEntityLinks implements EntityLinks {
|
||||
|
||||
private final PluginRegistry<EntityLinks, Class<?>> delegates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user