Skip to content

Commit 4b1a7a0

Browse files
committed
Fix javadoc
1 parent e275325 commit 4b1a7a0

File tree

1 file changed

+4
-0
lines changed
  • maoni-common/src/main/java/org/rm3l/maoni/common/model

1 file changed

+4
-0
lines changed

maoni-common/src/main/java/org/rm3l/maoni/common/model/Feedback.java

+4
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ public class Feedback {
130130
* @param userComment the user comment
131131
* @param includeScreenshot whether to include the screenshot into the feedback or not
132132
* @param screenshotFileUri the screenshot file URI
133+
* @param screenshotFile the screenshot File object
134+
* @param includeLogs whether to include the logs into the feedback or not
135+
* @param logsFileUri the logs file URI
136+
* @param logsFile the logs File object
133137
*/
134138
public Feedback(CharSequence id,
135139
Activity activity,

0 commit comments

Comments
 (0)