Skip to content

Commit e1e4f0a

Browse files
committed
PR 1.1 — Tidy: Make ExcludedSegments constants public for cross-module access
Make STANDARD_TYPE and RULE_BASED_TYPE public so they are accessible from parsing-commons once that module is extracted. AI-Session-Id: fc79892b-4019-43bf-bb4b-1b5865d3533e AI-Tool: claude-code AI-Model: unknown
1 parent c12432a commit e1e4f0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/main/java/io/split/client/dtos/ExcludedSegments.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package io.split.client.dtos;
22

33
public class ExcludedSegments {
4-
static final String STANDARD_TYPE = "standard";
5-
static final String RULE_BASED_TYPE = "rule-based";
4+
public static final String STANDARD_TYPE = "standard";
5+
public static final String RULE_BASED_TYPE = "rule-based";
66

77
public ExcludedSegments() {}
88
public ExcludedSegments(String type, String name) {

0 commit comments

Comments
 (0)