Skip to content
Snippets Groups Projects
Commit aaeb1445 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Fix javadoc

parent c8fa58fb
No related merge requests found
...@@ -363,7 +363,7 @@ Object getProperty(DocumentReference documentReference, DocumentReference classR ...@@ -363,7 +363,7 @@ Object getProperty(DocumentReference documentReference, DocumentReference classR
* @param propertyName name of the property to set. * @param propertyName name of the property to set.
* @param propertyValue value of the property to set. * @param propertyValue value of the property to set.
* @throws Exception if the document cannot be accessed. * @throws Exception if the document cannot be accessed.
* @deprecated use {@link DocumentAccessBridge#setProperty(DocumentReference, DocumentReference, String, Object) * @deprecated use {@link DocumentAccessBridge#setProperty(DocumentReference, DocumentReference, String, Object)}
*/ */
@Deprecated @Deprecated
void setProperty(String documentReference, String className, String propertyName, Object propertyValue) void setProperty(String documentReference, String className, String propertyName, Object propertyValue)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment