1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

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;