Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-11085: Use a single definition of MAX_SEGMENT_SIZE in Segment #1702

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Sep 8, 2024

  1. Refactor: Use a single definition of MAX_SEGMENT_SIZE in Segment

    - Changed MAX_SEGMENT_SIZE in Segment.java to be public.
    - Updated SegmentDataUtils.java to use the MAX_SEGMENT_SIZE from Segment by importing it statically.
    - Removed the redundant definition of MAX_SEGMENT_SIZE in SegmentDataUtils to avoid duplication.
    JeonDaehong committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7e35424 View commit details
    Browse the repository at this point in the history