Committed by
Gerrit Code Review
javadoc fixed for service function forwarder
Change-Id: I5859f9fe75a3e63c62897638efb16e20373866f4
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -109,6 +109,8 @@ public class ServiceFunctionForwarderImpl implements ServiceFunctionForwarderSer | ... | @@ -109,6 +109,8 @@ public class ServiceFunctionForwarderImpl implements ServiceFunctionForwarderSer |
109 | 109 | ||
110 | /** | 110 | /** |
111 | * Explicit constructor. | 111 | * Explicit constructor. |
112 | + * | ||
113 | + * @param appId Application id | ||
112 | */ | 114 | */ |
113 | public ServiceFunctionForwarderImpl(ApplicationId appId) { | 115 | public ServiceFunctionForwarderImpl(ApplicationId appId) { |
114 | this.appId = checkNotNull(appId, APP_ID_NOT_NULL); | 116 | this.appId = checkNotNull(appId, APP_ID_NOT_NULL); |
... | @@ -160,6 +162,8 @@ public class ServiceFunctionForwarderImpl implements ServiceFunctionForwarderSer | ... | @@ -160,6 +162,8 @@ public class ServiceFunctionForwarderImpl implements ServiceFunctionForwarderSer |
160 | * @param currentPortPairGroup current port-pair-group | 162 | * @param currentPortPairGroup current port-pair-group |
161 | * @param nextPortPairGroup next port-pair-group | 163 | * @param nextPortPairGroup next port-pair-group |
162 | * @param listGrpIterator pointer to port-pair-group list | 164 | * @param listGrpIterator pointer to port-pair-group list |
165 | + * @param nshSPI nsh service path id | ||
166 | + * @param type objective type | ||
163 | */ | 167 | */ |
164 | public void pushServiceFunctionForwarder(PortPairGroup currentPortPairGroup, PortPairGroup nextPortPairGroup, | 168 | public void pushServiceFunctionForwarder(PortPairGroup currentPortPairGroup, PortPairGroup nextPortPairGroup, |
165 | ListIterator<PortPairGroupId> listGrpIterator, NshServicePathId nshSPI, Objective.Operation type) { | 169 | ListIterator<PortPairGroupId> listGrpIterator, NshServicePathId nshSPI, Objective.Operation type) { | ... | ... |
-
Please register or login to post a comment