aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/com/libmailcore/SMTPSession.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/libmailcore/SMTPSession.java')
-rw-r--r--src/java/com/libmailcore/SMTPSession.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java/com/libmailcore/SMTPSession.java b/src/java/com/libmailcore/SMTPSession.java
index 36e00566..62a99245 100644
--- a/src/java/com/libmailcore/SMTPSession.java
+++ b/src/java/com/libmailcore/SMTPSession.java
@@ -41,23 +41,23 @@ public class SMTPSession extends NativeObject {
/**
Sets the authentication type.
- @see AuthType
+ @see com.libmailcore.AuthType
*/
public native void setAuthType(int authType);
/**
Returns authentication type.
- @see Authtype
+ @see com.libmailcore.AuthType
*/
public native int authType();
/**
Set connection type (clear-text, SSL or STARTTLS).
- @see ConnectionType
+ @see com.libmailcore.ConnectionType
*/
public native void setConnectionType(int connectionType);
/**
Returns connection type (clear-text, SSL or STARTTLS).
- @see ConnectionType
+ @see com.libmailcore.ConnectionType
*/
public native int connectionType();