Skip to content

Fix incorrect default value in enableParallelEdgesSameType javadoc - #296

Merged
mbastian merged 1 commit into
masterfrom
worktree-fix-parallel-edges-javadoc
Sep 2, 2026
Merged

Fix incorrect default value in enableParallelEdgesSameType javadoc#296
mbastian merged 1 commit into
masterfrom
worktree-fix-parallel-edges-javadoc

Conversation

@mbastian

@mbastian mbastian commented Sep 2, 2026

Copy link
Copy Markdown
Member

Summary

  • The javadoc for Configuration.Builder.enableParallelEdgesSameType() stated the default is false, but GraphStoreConfiguration.DEFAULT_ENABLE_PARALLEL_EDGES_SAME_TYPE is actually true, confirmed by ConfigurationImpl's default constructor and existing tests (GraphStoreTest.testAddEdgeWithSameType()).

Test plan

  • Docs-only change, no behavior affected.

🤖 Generated with Claude Code

The javadoc claimed the default was false, but GraphStoreConfiguration.DEFAULT_ENABLE_PARALLEL_EDGES_SAME_TYPE is actually true.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@mbastian mbastian added this to the 0.8.8 milestone Sep 2, 2026
@mbastian
mbastian merged commit 218bbdc into master Sep 2, 2026
1 check passed
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