[Build] @Nullable annotation is not applied to primitive types.

This commit is contained in:
Adrien Grand 2014-08-11 15:17:29 +02:00
parent 5349ecdb77
commit bc41190dba
1 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ import org.elasticsearch.action.ActionRequest;
import org.elasticsearch.action.ActionRequestValidationException;
import org.elasticsearch.action.IndicesRequest;
import org.elasticsearch.action.support.IndicesOptions;
import org.elasticsearch.common.Nullable;
import org.elasticsearch.common.io.stream.StreamInput;
import org.elasticsearch.common.io.stream.StreamOutput;
import org.elasticsearch.common.lucene.uid.Versions;
@ -47,7 +46,6 @@ public class DeleteIndexedScriptRequest extends ActionRequest<DeleteIndexedScrip
private String scriptLang;
private String id;
@Nullable
private long version = Versions.MATCH_ANY;
private VersionType versionType = VersionType.INTERNAL;