Toshio Koide

Fix the definition of LinkResourceService.

...@@ -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 }
......