Skip to content

Commit c647edf

Browse files
authored
- adds non-null import
1 parent b81402f commit c647edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/microsoft/graph/http/GraphInnerError.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import com.google.gson.annotations.SerializedName;
2626

2727
import javax.annotation.Nullable;
28+
import javax.annotation.Nonnull;
2829

2930
/**
3031
* Represents an inner error returned by the service

0 commit comments

Comments
 (0)