mirror of https://github.com/apache/jclouds.git
Annotate possibly null return value
This commit is contained in:
parent
c31145e42e
commit
395116ebf1
|
@ -21,6 +21,7 @@ package org.jclouds.io;
|
|||
import java.io.File;
|
||||
import java.io.InputStream;
|
||||
|
||||
import org.jclouds.javax.annotation.Nullable;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -46,6 +47,7 @@ public interface PayloadEnclosing {
|
|||
|
||||
void setPayload(String data);
|
||||
|
||||
@Nullable
|
||||
Payload getPayload();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue