Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Dec 13, 2023
1 parent c110e17 commit b0f8637
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ public String toString()
@Override
public String toString()
{
return "SegmentsSchema{" +
", segmentSchemas=" + segmentSchemaList +
return "SegmentSchemas{" +
"segmentSchemaList=" + segmentSchemaList +
'}';
}
}

0 comments on commit b0f8637

Please sign in to comment.