Sho SHIMIZU
Committed by Gerrit Code Review

Write missing @return tag description

Change-Id: I8932667e4d99320fbe41438b675c910c1c50d82b
......@@ -172,7 +172,7 @@ public class OpticalConnectivityIntentCompiler implements IntentCompiler<Optical
*
* @param path the path
* @param linkAllocs the link allocations
* @return
* @return lambda allocated to the given path
*/
private LambdaResourceAllocation getWavelength(Path path, LinkResourceAllocations linkAllocs) {
for (Link link : path.links()) {
......