javadoc fixed in classifierService
Change-Id: I515502a8398c0016e81f7053a8974f0b464ecb11
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -31,11 +31,15 @@ public interface ClassifierService { | ... | @@ -31,11 +31,15 @@ public interface ClassifierService { |
31 | 31 | ||
32 | /** | 32 | /** |
33 | * Add Classifier device for sfc. | 33 | * Add Classifier device for sfc. |
34 | + * | ||
35 | + * @param deviceId device id | ||
34 | */ | 36 | */ |
35 | void addClassifier(DeviceId deviceId); | 37 | void addClassifier(DeviceId deviceId); |
36 | 38 | ||
37 | /** | 39 | /** |
38 | * Remove Classifier device for sfc. | 40 | * Remove Classifier device for sfc. |
41 | + * | ||
42 | + * @param deviceId deviceId | ||
39 | */ | 43 | */ |
40 | void removeClassifier(DeviceId deviceId); | 44 | void removeClassifier(DeviceId deviceId); |
41 | } | 45 | } | ... | ... |
-
Please register or login to post a comment