Committed by
Gerrit Code Review
Write missing @return tag description
Change-Id: I8932667e4d99320fbe41438b675c910c1c50d82b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -172,7 +172,7 @@ public class OpticalConnectivityIntentCompiler implements IntentCompiler<Optical | ... | @@ -172,7 +172,7 @@ public class OpticalConnectivityIntentCompiler implements IntentCompiler<Optical |
172 | * | 172 | * |
173 | * @param path the path | 173 | * @param path the path |
174 | * @param linkAllocs the link allocations | 174 | * @param linkAllocs the link allocations |
175 | - * @return | 175 | + * @return lambda allocated to the given path |
176 | */ | 176 | */ |
177 | private LambdaResourceAllocation getWavelength(Path path, LinkResourceAllocations linkAllocs) { | 177 | private LambdaResourceAllocation getWavelength(Path path, LinkResourceAllocations linkAllocs) { |
178 | for (Link link : path.links()) { | 178 | for (Link link : path.links()) { | ... | ... |
-
Please register or login to post a comment