Brian O'Connor

adding javadoc to LinkResourceService

Change-Id: I2319c6cca4b1f051be453f1c87f5aba2773027f9
......@@ -30,6 +30,12 @@ public interface LinkResourceService {
*/
Iterable<LinkResourceAllocations> getAllocations();
/**
* Returns the resources allocated for an Intent.
*
* @param intentId the target Intent's id
* @return allocated resources for Intent
*/
LinkResourceAllocations getAllocation(IntentId intentId);
/**
......