Committed by
Ray Milkey
Remove erroneous @deprecated javadoc tag
Change-Id: Ib5d2859b002f9d663e840ffdb083acd64c2403c7 (cherry picked from commit 605eed37)
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -111,12 +111,10 @@ public interface PacketService { | ... | @@ -111,12 +111,10 @@ public interface PacketService { |
| 111 | * @param priority the priority of the rule | 111 | * @param priority the priority of the rule |
| 112 | * @param appId the application ID of the requester | 112 | * @param appId the application ID of the requester |
| 113 | * @param deviceId an optional deviceId | 113 | * @param deviceId an optional deviceId |
| 114 | - * @deprecated 1.5.0 Falcon Release | ||
| 115 | */ | 114 | */ |
| 116 | void cancelPackets(TrafficSelector selector, PacketPriority priority, | 115 | void cancelPackets(TrafficSelector selector, PacketPriority priority, |
| 117 | ApplicationId appId, Optional<DeviceId> deviceId); | 116 | ApplicationId appId, Optional<DeviceId> deviceId); |
| 118 | 117 | ||
| 119 | - | ||
| 120 | /** | 118 | /** |
| 121 | * Returns list of all existing requests ordered by priority. | 119 | * Returns list of all existing requests ordered by priority. |
| 122 | * | 120 | * | ... | ... |
-
Please register or login to post a comment