Javadoc fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1778 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-01-15 00:30:12 +00:00 committed by mtucker
parent f3837581f8
commit 857a2ec9c5
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ public class Authentication extends IQ {
/**
* Returns the type of the authentication packet.
*
* @return
* @return the type of the authentication packet.
*/
public Type getType() {
return type;
@ -90,7 +90,7 @@ public class Authentication extends IQ {
/**
* Sets the type of the authentication packet.
*
* @param type
* @param type the type of the authentication packet.
*/
public void setType(Type type) {
this.type = type;

View File

@ -66,9 +66,9 @@ import org.jivesoftware.smack.util.StringUtils;
* </ul>
*
* For each message type, different message fields are typically used as follows:
*
* <table>
* <tr><td>&nbsp;</td><td><b>Message type</b></td></tr>
* <p>
* <table border="1">
* <tr><td>&nbsp;</td><td colspan="5"><b>Message type</b></td></tr>
* <tr><td><i>Field</i></td><td><b>Normal</b></td><td><b>Chat</b></td><td><b>Group Chat</b></td><td><b>Headline</b></td><td><b>Error</b></td></tr>
* <tr><td><i>subject</i></td> <td>SHOULD</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td><td>SHOULD NOT</td></tr>
* <tr><td><i>thread</i></td> <td>OPTIONAL</td><td>SHOULD</td><td>OPTIONAL</td><td>OPTIONAL</td><td>SHOULD NOT</td></tr>