make explicitly public

This commit is contained in:
Eric House 2016-01-13 08:00:28 -08:00
parent 42574550d0
commit e98ba8d84a

View file

@ -159,7 +159,7 @@ public class MultiService {
// resend the intent, but only if the dict it names is here. (If
// it's not, we may need to try again later, e.g. because our cue
// was a focus gain.)
static boolean returnOnDownload( Context context, Intent intent )
public static boolean returnOnDownload( Context context, Intent intent )
{
boolean downloaded = isMissingDictIntent( intent );
if ( downloaded ) {