Skip to content

Commit 57e4214

Browse files
authored
fix: revert sideinput Constant back to public (#182)
Signed-off-by: Keran Yang <[email protected]>
1 parent ec9b3bf commit 57e4214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/numaproj/numaflow/sideinput/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package io.numaproj.numaflow.sideinput;
22

3-
class Constants {
3+
public class Constants {
44
public static final String SIDE_INPUT_DIR = "/var/numaflow/side-inputs";
55
static final String DEFAULT_SOCKET_PATH = "/var/run/numaflow/sideinput.sock";
66
static final String DEFAULT_SERVER_INFO_FILE_PATH = "/var/run/numaflow/sideinput-server-info";

0 commit comments

Comments
 (0)