Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -56,5 +56,5 @@ public interface LinkResourceService { | ... | @@ -56,5 +56,5 @@ public interface LinkResourceService { |
56 | * @param link a target link | 56 | * @param link a target link |
57 | * @return available resources for the target link | 57 | * @return available resources for the target link |
58 | */ | 58 | */ |
59 | - LinkResource availableResources(Link link); | 59 | + LinkResources availableResources(Link link); |
60 | } | 60 | } | ... | ... |
-
Please register or login to post a comment