mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Remove javadoc references to code now in JXMPP
This commit is contained in:
parent
8bf30b960c
commit
c7db63612c
1 changed files with 0 additions and 14 deletions
|
@ -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.<p>
|
||||
*
|
||||
* 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 <tt>null</tt> 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.<p>
|
||||
*
|
||||
* 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 <tt>null</tt> if the
|
||||
* value has not been set.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue