Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
NotNull
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Mar 18, 2015
1 parent dc4bc6b commit b3ef6da
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -49,16 +49,19 @@ public DataIndexer<String, String, FileContent> getIndexer() {
return myIndexer;
}

@NotNull
@Override
public KeyDescriptor<String> getKeyDescriptor() {
return myKeyDescriptor;
}

@NotNull
@Override
public DataExternalizer<String> getValueExternalizer() {
return myKeyDescriptor;
}

@NotNull
@Override
public FileBasedIndex.InputFilter getInputFilter() {
return myFilter;
Expand Down

0 comments on commit b3ef6da

Please sign in to comment.