mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 15:00:14 -05:00
JavaDoc
This commit is contained in:
parent
dcc4e487b3
commit
0f54290747
@ -25,7 +25,7 @@ import java.util.ArrayList;
|
||||
import android.text.SpannableString;
|
||||
|
||||
/**
|
||||
* MessageBuffer
|
||||
* A MessageBuffer for storing SpannableString Objects
|
||||
*
|
||||
* @author Sebastian Kaspari <pocmo@yaaic.org>
|
||||
*/
|
||||
@ -44,7 +44,7 @@ public class MessageBuffer
|
||||
private static final int EMERGENCY_MAX_SIZE = 10;
|
||||
|
||||
/**
|
||||
*
|
||||
* Constructor - Create a fresh ne MessageBuffer
|
||||
*/
|
||||
public MessageBuffer()
|
||||
{
|
||||
@ -52,7 +52,7 @@ public class MessageBuffer
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Add a SpannableString to the Buffer
|
||||
* @param s
|
||||
* @return
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user