Pulling all pending Bukkit-JavaDoc changes
By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ public class InactivityConversationCanceller implements ConversationCanceller {
|
||||
|
||||
/**
|
||||
* Creates an InactivityConversationCanceller.
|
||||
*
|
||||
* @param plugin The owning plugin.
|
||||
* @param timeoutSeconds The number of seconds of inactivity to wait.
|
||||
*/
|
||||
@@ -67,6 +68,7 @@ public class InactivityConversationCanceller implements ConversationCanceller {
|
||||
/**
|
||||
* Subclasses of InactivityConversationCanceller can override this method to take additional actions when the
|
||||
* inactivity timer abandons the conversation.
|
||||
*
|
||||
* @param conversation The conversation being abandoned.
|
||||
*/
|
||||
protected void cancelling(Conversation conversation) {
|
||||
|
||||
Reference in New Issue
Block a user