Skip to content

fix(java): correct javadoc link to Builder idempotent#384

Merged
pratyush618 merged 1 commit into
masterfrom
fix/java-javadoc-idempotent-link
Jul 7, 2026
Merged

fix(java): correct javadoc link to Builder idempotent#384
pratyush618 merged 1 commit into
masterfrom
fix/java-javadoc-idempotent-link

Conversation

@pratyush618

@pratyush618 pratyush618 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Javadoc build failed in the Maven Central publish run for java-v0.19.0: Task.java:83 linked EnqueueOptions#idempotent(boolean), but that method lives on EnqueueOptions.Builder. Fixes the link so :javadoc passes.

Failed run: https://github.com/ByteVeda/taskito/actions/runs/28848102791

Summary by CodeRabbit

  • Documentation
    • Updated the public API documentation to point to the correct idempotency setting reference.
    • Clarified the enqueue idempotency guidance with no impact on runtime behavior.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8bf926db-e646-4fca-bc4b-adb5863ac350

📥 Commits

Reviewing files that changed from the base of the PR and between 7cce759 and 505456c.

📒 Files selected for processing (1)
  • sdks/java/src/main/java/org/byteveda/taskito/task/Task.java

📝 Walkthrough

Walkthrough

A Javadoc comment in Task.java was corrected to reference the accurate idempotency override API path, EnqueueOptions.Builder#idempotent(boolean), replacing an incorrect reference. No code logic or public API signatures were changed.

Changes

Javadoc Correction

Layer / File(s) Summary
Update idempotency Javadoc reference
sdks/java/src/main/java/org/byteveda/taskito/task/Task.java
Javadoc updated to reference EnqueueOptions.Builder#idempotent(boolean) instead of EnqueueOptions#idempotent(boolean).

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested labels: ci

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the only change: correcting the Javadoc link to the Builder idempotent method.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/java-javadoc-idempotent-link

Comment @coderabbitai help to get the list of available commands.

@pratyush618 pratyush618 merged commit 3e15ab6 into master Jul 7, 2026
19 checks passed
@pratyush618 pratyush618 deleted the fix/java-javadoc-idempotent-link branch July 7, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant