Fix broken javadoc.

Change-Id: I9f2050fd6040234bb1d759ab346f79fc41247aa9
This commit is contained in:
Jeff Sharkey
2016-04-12 15:19:10 -06:00
parent 946a18fb24
commit 3616d5e826

View File

@@ -228,7 +228,6 @@ public class TrafficStats {
* statistics parameters.
*
* @see #setThreadStatsTag(int)
* @see #setThreadStatsUid(int)
*/
public static void tagSocket(Socket socket) throws SocketException {
SocketTagger.get().tag(socket);
@@ -249,7 +248,6 @@ public class TrafficStats {
* parameters.
*
* @see #setThreadStatsTag(int)
* @see #setThreadStatsUid(int)
*/
public static void tagDatagramSocket(DatagramSocket socket) throws SocketException {
SocketTagger.get().tag(socket);