Skip to content
Snippets Groups Projects
Commit 784233db authored by Dan Zivkovic's avatar Dan Zivkovic
Browse files

Specify fileName argument as Nullable.

Bug 20526371.

Change-Id: If53a81f925fbb1b29ad945ba0ec2192d92ae1eff
parent a2376cd2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class DictionaryStats {
public DictionaryStats(
@Nonnull final Locale locale,
@Nonnull final String dictType,
@Nonnull final String dictFileName,
@Nullable final String dictFileName,
@Nullable final File dictFile,
final int contentVersion) {
mLocale = locale;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment