From c7db63612ca0feab424ad744302b29d1f5d4342a Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 2 Jun 2014 16:59:45 +0200 Subject: [PATCH] Remove javadoc references to code now in JXMPP --- .../java/org/jivesoftware/smack/packet/Packet.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/packet/Packet.java b/smack-core/src/main/java/org/jivesoftware/smack/packet/Packet.java index 02b53ee11..4e02fceca 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/packet/Packet.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/packet/Packet.java @@ -130,13 +130,6 @@ public abstract class Packet { * the value is not set. The XMPP protocol often makes the "to" * attribute optional, so it does not always need to be set.

* - * The StringUtils class provides several useful methods for dealing with - * XMPP addresses such as parsing the - * {@link StringUtils#parseBareAddress(String) bare address}, - * {@link StringUtils#parseName(String) user name}, - * {@link StringUtils#parseServer(String) server}, and - * {@link StringUtils#parseResource(String) resource}. - * * @return who the packet is being sent to, or null if the * value has not been set. */ @@ -159,13 +152,6 @@ public abstract class Packet { * the value is not set. The XMPP protocol often makes the "from" * attribute optional, so it does not always need to be set.

* - * The StringUtils class provides several useful methods for dealing with - * XMPP addresses such as parsing the - * {@link StringUtils#parseBareAddress(String) bare address}, - * {@link StringUtils#parseName(String) user name}, - * {@link StringUtils#parseServer(String) server}, and - * {@link StringUtils#parseResource(String) resource}. - * * @return who the packet is being sent from, or null if the * value has not been set. */