explicitly set about variables to private

This commit is contained in:
dkanada 2021-04-23 12:55:11 +09:00
commit 79d43df370
4 changed files with 19 additions and 59 deletions

View file

@ -4,4 +4,4 @@ import java.util.List;
public interface MediaCallback {
void onLoadMedia(List<?> media);
}
}