We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdf147 commit db899c8Copy full SHA for db899c8
.github/workflows/ci.yml
@@ -25,5 +25,5 @@ jobs:
25
STREAM_SECRET: ${{ secrets.STREAM_SECRET }}
26
run: |
27
./gradlew spotlessCheck --no-daemon
28
- ./gradlew jacocoTestReport --no-daemon
29
./gradlew javadoc --no-daemon
+ ./gradlew jacocoTestReport --no-daemon
src/main/java/io/getstream/chat/java/models/Flag.java
@@ -452,7 +452,6 @@ public static QueryFlagReportsRequest queryFlagReports() {
452
/**
453
* Creates a review flag report request
454
*
455
- * @param id the flag report id
456
* @return the created request
457
*/
458
@NotNull
0 commit comments