Skip to content

Commit b5a3c49

Browse files
committed
Change visibility of method in control-connector
1 parent 2888f33 commit b5a3c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control-connector/src/main/java/org/polypheny/control/client/PolyphenyControlConnector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ String getStatus() {
174174
}
175175

176176

177-
int checkForAnyRunningPolyphenyInstances() {
177+
public int checkForAnyRunningPolyphenyInstances() {
178178
return Integer.parseInt( executeGet( "/control/checkAnyRunningPolyphenyInstances" ) );
179179
}
180180

0 commit comments

Comments
 (0)