Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 0fe12c0

Browse files
committed
Merge pull request #202 from spotify/drewc/fix-visibility
Fix visibility of Prober to public
2 parents 486232d + 6978a34 commit 0fe12c0

File tree

1 file changed

+1
-2
lines changed
  • helios-testing/src/main/java/com/spotify/helios/testing

1 file changed

+1
-2
lines changed

helios-testing/src/main/java/com/spotify/helios/testing/Prober.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
package com.spotify.helios.testing;
2323

24-
interface Prober {
25-
24+
public interface Prober {
2625
boolean probe(String host, int port);
2726
}

0 commit comments

Comments
 (0)