DATACMNS-1679 - Make ReactiveWrappers.ReactiveLibrary public.
Fix visibility for type that is used in the public API.
This commit is contained in:
@@ -77,7 +77,7 @@ public class ReactiveWrappers {
|
|||||||
*
|
*
|
||||||
* @author Mark Paluch
|
* @author Mark Paluch
|
||||||
*/
|
*/
|
||||||
static enum ReactiveLibrary {
|
public enum ReactiveLibrary {
|
||||||
PROJECT_REACTOR, RXJAVA1, RXJAVA2, KOTLIN_COROUTINES;
|
PROJECT_REACTOR, RXJAVA1, RXJAVA2, KOTLIN_COROUTINES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user