File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
driver-core/src/main/com/mongodb/client/gridfs/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ public Document getMetadata() {
168
168
* All deprecated top level elements including any contentType or aliases data
169
169
*
170
170
* @return the extra elements document or null
171
- * @deprecated any extra information should be stored in the metadata document.
171
+ * @deprecated any extra information should be stored in the metadata document instead .
172
172
*/
173
173
@ Deprecated
174
174
public Document getExtraElements () {
@@ -179,7 +179,7 @@ public Document getExtraElements() {
179
179
* The content type of the file
180
180
*
181
181
* @return the content type of the file
182
- * @deprecated content type information stored in the metadata document.
182
+ * @deprecated content type information should be stored the metadata document instead .
183
183
*/
184
184
@ Deprecated
185
185
public String getContentType () {
@@ -194,7 +194,7 @@ public String getContentType() {
194
194
* The aliases for the file
195
195
*
196
196
* @return the aliases of the file
197
- * @deprecated aliases should be stored in the metadata document.
197
+ * @deprecated any aliases should be stored in the metadata document instead .
198
198
*/
199
199
@ Deprecated
200
200
@ SuppressWarnings ("unchecked" )
You can’t perform that action at this time.
0 commit comments