1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Add Javadoc

This commit is contained in:
cketti 2012-12-17 12:37:27 +01:00
parent 5f638a02e2
commit 75329c45b3

View File

@ -10,6 +10,9 @@ import android.widget.Button;
import com.fsck.k9.R;
import com.fsck.k9.activity.K9Activity;
/**
* Displays a welcome message when no accounts have been created yet.
*/
public class WelcomeMessage extends K9Activity implements OnClickListener{
public static void showWelcomeMessage(Context context) {