This commit is contained in:
Sebastian Kaspari 2009-05-28 23:00:56 +02:00
parent dcc4e487b3
commit 0f54290747
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ import java.util.ArrayList;
import android.text.SpannableString; import android.text.SpannableString;
/** /**
* MessageBuffer * A MessageBuffer for storing SpannableString Objects
* *
* @author Sebastian Kaspari <pocmo@yaaic.org> * @author Sebastian Kaspari <pocmo@yaaic.org>
*/ */
@ -44,7 +44,7 @@ public class MessageBuffer
private static final int EMERGENCY_MAX_SIZE = 10; private static final int EMERGENCY_MAX_SIZE = 10;
/** /**
* * Constructor - Create a fresh ne MessageBuffer
*/ */
public MessageBuffer() public MessageBuffer()
{ {
@ -52,7 +52,7 @@ public class MessageBuffer
} }
/** /**
* * Add a SpannableString to the Buffer
* @param s * @param s
* @return * @return
*/ */