From 03031dfb5db2676ab433c2cf2213330d1674c1cf Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 22 May 2016 22:55:28 +0200 Subject: [PATCH] Add javadoc to SASLError --- .../main/java/org/jivesoftware/smack/sasl/SASLError.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java b/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java index ef8b72e16..83ed6e124 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/sasl/SASLError.java @@ -1,6 +1,6 @@ /** * - * Copyright 2014 Florian Schmaus + * Copyright 2014-2016 Florian Schmaus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,6 +19,11 @@ package org.jivesoftware.smack.sasl; import java.util.logging.Level; import java.util.logging.Logger; +/** + * The SASL error condition. + * + * @see RFC 6120 ยง 6.5, SASL Errors + */ public enum SASLError { aborted,