Added @return to lambda javadoc
Change-Id: I1ec2414851595567fec444252ff9f374cc31240e
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -36,6 +36,7 @@ public interface Lambda { | ... | @@ -36,6 +36,7 @@ public interface Lambda { |
| 36 | * @param channelSpacing channel spacing | 36 | * @param channelSpacing channel spacing |
| 37 | * @param spacingMultiplier channel spacing multiplier | 37 | * @param spacingMultiplier channel spacing multiplier |
| 38 | * @param slotGranularity slot width granularity | 38 | * @param slotGranularity slot width granularity |
| 39 | + * @return new lambda with specified arguments | ||
| 39 | */ | 40 | */ |
| 40 | static Lambda ochSignal(GridType gridType, ChannelSpacing channelSpacing, | 41 | static Lambda ochSignal(GridType gridType, ChannelSpacing channelSpacing, |
| 41 | int spacingMultiplier, int slotGranularity) { | 42 | int spacingMultiplier, int slotGranularity) { | ... | ... |
-
Please register or login to post a comment