no message

This commit is contained in:
Ioannis Tsakpinis 2004-09-09 23:45:21 +00:00
parent 2160d86a76
commit dccf2e08e7
1 changed files with 16 additions and 16 deletions

View File

@ -48,5 +48,5 @@ public interface PlatformAdapter {
* @param title
* @param message
*/
public void alert(String title, String message);
void alert(String title, String message);
}