-
Type: Question
-
Resolution: Gone away
-
Priority: Trivial - P5
-
None
-
Affects Version/s: 3.4.3
-
Component/s: API
-
None
FindOne method which is created in GridFsOperations class has @Nullable annotation.
Hovewer the class GridFsTemplate which implements this class does not have this annotation on FindOne method.
When working with sonar, it marks this as major issue.